We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7bd57 commit 04d0c5bCopy full SHA for 04d0c5b
src/Compiler/pars.fsy
@@ -5744,15 +5744,15 @@ recdExprCore:
5744
| appExpr WITH recdBinding recdExprBindings opt_seps_block
5745
{ let l = List.rev $4
5746
let l = rebindRanges $3 l $5
5747
- (Some($1, $5), l) }
+ (Some($1, None), l) }
5748
5749
| appExpr OWITH opt_seps_block OEND
5750
- { (Some($1, $3), []) }
+ { (Some($1, None), []) }
5751
5752
| appExpr OWITH recdBinding recdExprBindings opt_seps_block OEND
5753
5754
5755
5756
5757
opt_seps_block:
5758
| seps_block
0 commit comments