Macro.expand
You're seeing just the function
expand
, go back to Macro module for more information.
Receives an AST node and expands it until it can no longer be expanded.
Note this function does not traverse the AST, only the root node is expanded.
This function uses expand_once/2
under the hood. Check
it out for more information and examples.