ExExample.Analyze.State (ExExample v0.1.2)

View Source

I implement the state for analyzing an AST.

Summary

Functions

put_call(state, mod, arg)

@spec put_call(map(), {atom(), atom()}, non_neg_integer()) :: map()

put_def(state, func, arity)

@spec put_def(map(), atom(), non_neg_integer()) :: map()