View Source erl_eval (stdlib v6.2) The Erlang meta interpreter. This module provides an interpreter for Erlang expressions. The expressions are in the abstract syntax as returned by erl_parse, the Erlang parser, or io. Local Function Handler During evaluation of a function, no calls can be made to local functions. An undefined function error would be generated. However, the optional argument Local