Skip to content

Commit d90e5bf

Browse files
committed
---
yaml --- r: 692 b: refs/heads/master c: acdec30 h: refs/heads/master v: v3
1 parent 288c528 commit d90e5bf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c17964c06d24300e5f9073f0b7ab4ffaffd78a89
2+
refs/heads/master: acdec301496d580b60d8eed5690fed18bf97b7e0

trunk/src/boot/fe/pexp.ml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,13 +559,15 @@ and parse_bottom_pexp (ps:pstate) : Ast.pexp =
559559
(Some COMMA) parse_ty) ps
560560
in
561561
let bpos = lexpos ps in
562-
span ps apos bpos (Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_app (i, tys))))
562+
span ps apos bpos
563+
(Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_app (i, tys))))
563564
end
564565

565566
| _ ->
566567
begin
567568
let bpos = lexpos ps in
568-
span ps apos bpos (Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_ident i)))
569+
span ps apos bpos
570+
(Ast.PEXP_lval (Ast.PLVAL_base (Ast.BASE_ident i)))
569571
end
570572
end
571573

0 commit comments

Comments
 (0)