Merl is a more user friendly interface to the erl_syntax module in the standard library syntax_tools application, making it easy both to build new ASTs (abstract syntax trees) from scratch and to match and decompose existing ASTs.
To enable the full power of Merl, your module needs to include the Merl header file:
-include_lib("merl/include/merl.hrl").
|