Allow binding expressions in bare function bodies
This commit is contained in:
parent
605562015b
commit
65a5fd6984
|
@ -66,7 +66,7 @@ Loop { silent<"loop"> simple "with" (Fn_Clause | Fn_Clauses) }
|
|||
|
||||
simple { atom | collection | Synthetic | Fn_Lambda | Recur }
|
||||
|
||||
Fn_Clause { Tuple_Pattern "->" non_binding }
|
||||
Fn_Clause { Tuple_Pattern "->" expression }
|
||||
|
||||
Fn_Clauses {
|
||||
"{"
|
||||
|
|
Loading…
Reference in New Issue
Block a user