Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijian committed Nov 6, 2023
1 parent b7ae2a0 commit 2e2f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ statement_expr:
| a=expr {}

%inline shorthand_let_pattern:
| UNDERSCORE {}
| "_" {}
| binder=binder {}

while_expr:
Expand Down

0 comments on commit 2e2f81c

Please sign in to comment.