Macro.traverse

You're seeing just the function traverse, go back to Macro module for more information.
Link to this function

traverse(ast, acc, pre, post)

View Source

Specs

traverse(t(), any(), (t(), any() -> {t(), any()}), (t(), any() -> {t(), any()})) ::
  {t(), any()}

Performs a depth-first traversal of quoted expressions using an accumulator.