Allow binding expressions in bare function bodies

This commit is contained in:
Scott Richmond 2023-11-27 01:23:18 -05:00
parent 605562015b
commit 65a5fd6984
2 changed files with 4 additions and 4 deletions

View File

@ -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 {
"{"

File diff suppressed because one or more lines are too long