There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Erlang::Parser::Node::IfExpr - a case in an if statement

DESCRIPTION

A block of statements; a glorified parenthesis.

Accessors

seq

The guard sequence; a list of Erlang::Parser::Nodes.

exprs

The body of Erlang::Parser::Nodes to be executed if seq evalutes true.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

X>Y ->
	true