Arlen Cuss > Erlang-Parser-0.5 > Erlang::Parser::Node::FunLocal

Download:
Erlang-Parser-0.5.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source   Latest Release: Erlang-Parser-0.5.1

NAME ^

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

DESCRIPTION ^

A lambda-ish local fun definition, comprised of multiple cases; see Erlang::Parser::Node::DefList.

Accessors

cases

A list of Erlang::Parser::Node::FunLocalCases.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE ^

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