
Erlang::Parser::Node::FunLocal - a lambda-style local fun

A lambda-ish local fun definition, comprised of multiple cases; see Erlang::Parser::Node::DefList.
casesA list of Erlang::Parser::Node::FunLocalCases.
printPretty-prints the node to its filehandle argument.

fun (0) -> 1; (N) -> N + 1 end % wtf does this do