ElixirST.TypeOperations (ElixirST v0.7.5) View Source
Operations related to expression typing.
Link to this section Summary
Functions
Returns a list of all accepted types, including :number, :atom, ...
Process types in @spec format and returns usable types.
Link to this section Functions
Specs
accepted_types() :: [atom()]
Returns a list of all accepted types, including :number, :atom, ...
Specs
Specs
Process types in @spec format and returns usable types.
Accepts: any, atom, binary, boolean, nil, number, pid, string, no_return, list and tuple The type of variables is returned if the environment contains the corresponding type of variable.