Arms are used for conditional branching inside match and try expressions.
match
try
Arms ::= { Arm,* } Arm ::= | Expr (if Expr)? => Expr