parse_trans icon indicating copy to clipboard operation
parse_trans copied to clipboard

exprecs dialyzer error if one record with one field

Open ransomr opened this issue 11 years ago • 0 comments

R16B

-module(exprecs_specs). -compile({parse_transform, exprecs}). -export_records([r]). -record(r, {f}).

Proceeding with analysis... exprecs_specs.erl:40: Invalid type specification for function exprecs_specs:'#pos-'/2. The success typing is ('r',atom()) -> 0 | 2

ransomr avatar Jun 13 '13 21:06 ransomr