erl_syntax_lib
erl_syntax_lib
Module
erl_syntax_lib
Module summary
Support library for abstract Erlang syntax trees.
Description
Support library for abstract Erlang syntax trees.
This module contains utility functions for working with the abstract data type defined in the module erl_syntax
.
Data types
info_pair() = {key(), term()}
key() = attributes | errors | exports | functions | imports | module | records | warnings
ordset(T) = ordset(T) (see module //stdlib/ordsets)
syntaxTree() = syntaxTree() (see module erl_syntax)
-
An