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 c17964c commit acdec30Copy full SHA for acdec30
src/boot/fe/pexp.ml
@@ -559,13 +559,15 @@ and parse_bottom_pexp (ps:pstate) : Ast.pexp =
559
(Some COMMA) parse_ty) ps
560
in
561
let bpos = lexpos ps in
562
- span ps apos bpos (Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_app (i, tys))))
+ span ps apos bpos
563
+ (Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_app (i, tys))))
564
end
565
566
| _ ->
567
begin
568
- span ps apos bpos (Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_ident i)))
569
570
+ (Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_ident i)))
571
572
573
0 commit comments