Skip to content

Commit

Permalink
Update interpreter/text/parser.mly
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Rossberg <[email protected]>
  • Loading branch information
dhil and rossberg authored Feb 16, 2021
1 parent 1572421 commit 7fe3e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/text/parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ try_block_result_body :
let out' = snd $3 c in
FuncType (ins, out' @ out), es }
try_ :
| LPAR THEN instr_list RPAR LPAR CATCH instr_list RPAR
| LPAR DO instr_list RPAR LPAR CATCH instr_list RPAR
{ fun c ->
let es1, es2 = $3 c, $7 c in
(es1, es2) }
Expand Down

0 comments on commit 7fe3e89

Please sign in to comment.