spectra_abstract_code (spectra v0.7.0)

View Source

Summary

Types

erl_parse__af_field_decl/0

-type erl_parse__af_field_decl() :: term().

type_form_result/0

-type type_form_result() ::
          {{type, atom(), arity()}, spectra:sp_type()} |
          {{record, atom()}, spectra:sp_type()} |
          {{function, atom(), arity()}, [spectra:sp_function_spec()]}.

Functions

types_in_module(Module)

-spec types_in_module(atom()) -> spectra:type_info().

types_in_module_path(FilePath)

-spec types_in_module_path(file:filename()) -> spectra:type_info().