Croma.TypeUtil (croma v0.11.1) View Source

Utilities to work with internal representation of types.

Link to this section Summary

Link to this section Functions

Link to this function

fetch_spec_info_at_compile_time(module)

View Source
Link to this function

fetch_type_info_at_compile_time(module, kind)

View Source
Link to this function

list_to_type_union(list)

View Source
Link to this function

resolve_primitive(module, name, env)

View Source

Specs

resolve_primitive(module(), atom(), Macro.Env.t()) :: {:ok, atom()} | :error