Change tuple typing syntax #600
@ -266,7 +266,7 @@ decode_type(#{tuple := Ets}) ->
|
||||
Ts = decode_types(Ets),
|
||||
case Ts of
|
||||
[] -> ["unit"];
|
||||
_ -> ["(", $(,lists:join(" * ", Ts),$), ")"]
|
||||
_ -> [$(,lists:join(" * ", Ts),$)]
|
||||
end;
|
||||
decode_type(#{record := Efs}) ->
|
||||
Fs = decode_fields(Efs),
|
||||
|
Loading…
x
Reference in New Issue
Block a user