cases_expr
and
cases_expr_
functionsCreate an if-statement for cases_expr
and
cases_expr_
functions
make_match_expr(expr, match_expr, continue)
The expression we pattern match against.
The pattern specification, on the form pattern -> expression
The expression that goes in the else
part of the
if
expression. If this is NULL
, we create an
if
-expression instead of an if-else
-expression.
A new if-expression