You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-type: foo :: any() %% The top type, the set of all Erlang
| none() %% The bottom type, contains no terms
| pid()
| port()
| reference()
| [] %% nil
| float()
which doesn't line up completely correctly but I hope you get the idea!
but vim-erlang-runtime doesn't do that, instead providing:
-type: foo :: any() %% The top type, the set of all Erlang
| none() %% The bottom type, contains no terms
| pid()
| port()
| reference()
| [] %% nil
| float()
The text was updated successfully, but these errors were encountered:
Looking at http://erlang.org/doc/reference_manual/typespec.html#id77354 types are also indented:
which doesn't line up completely correctly but I hope you get the idea!
but vim-erlang-runtime doesn't do that, instead providing:
The text was updated successfully, but these errors were encountered: