diff --git a/parser.mly b/parser.mly index dcbc8b83..e0f15893 100644 --- a/parser.mly +++ b/parser.mly @@ -208,7 +208,7 @@ statement_expr: | a=expr {} %inline shorthand_let_pattern: - | UNDERSCORE {} + | "_" {} | binder=binder {} while_expr: