statex v0.1.0 Statex.Helpers View Source

holds type information for Statex compiler AST elements

Link to this section Summary

Types

the AST emitted by a quote block

the AST expected when the user specifies a module

Link to this section Types

Link to this type

helperfn() View Source
helperfn() :: {:__block__, list(), list()}

the AST emitted by a quote block

Link to this type

moduleAST() View Source
moduleAST() :: {:__aliases__, any(), [module()]}

the AST expected when the user specifies a module.