Skip to content

Commit

Permalink
Fixed literal sig from breaking subsequent sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
TIHan committed Nov 26, 2019
1 parent 5406222 commit 75e2db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/pars.fsy
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ optLiteralValueSpfn:
| EQUALS declExpr
{ Some($2) }

| EQUALS OBLOCKBEGIN declExpr oblockend
| EQUALS OBLOCKBEGIN declExpr oblockend opt_ODECLEND
{ Some($3) }


Expand Down

0 comments on commit 75e2db5

Please sign in to comment.