View Source Antikythera.MacroUtil (antikythera v0.5.1)

Utilities to manipulate Elixir AST.

Summary

Functions

Link to this function

prewalk_accumulate(q, acc, f)

View Source
@spec prewalk_accumulate(Macro.t(), any(), (Macro.t(), any() -> any())) :: any()