is there any reason why something like list_type/0 and list_type/1 (like map_type) are missing from syntax tools?
hello everyone,
i'm trying to make list type in sytnax tools however i am running to some issues
i need to make something that reverts to {type,1,list,[]}
so for example how would one represent following via syntax tools?
-type l() :: list().
type_application and user_type_application for list with no element does not revert to
{type, _, list []}
thak you
_______________________________________________
erlang-questions mailing list
[hidden email]
http://erlang.org/mailman/listinfo/erlang-questions