File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2105,7 +2105,7 @@ and type_expect_ ?in_function ?(recarg=Rejected) env sexp ty_expected =
2105
2105
let lbl_exp_list =
2106
2106
wrap_disambiguate " This record expression is expected to have" ty_record
2107
2107
(type_label_a_list loc true env
2108
- (fun x k -> k (type_label_exp true env loc ty_record (process_optional_label x )))
2108
+ (fun e k -> k (type_label_exp true env loc ty_record (process_optional_label e )))
2109
2109
opath lid_sexp_list)
2110
2110
(fun x -> x)
2111
2111
in
@@ -2175,8 +2175,8 @@ and type_expect_ ?in_function ?(recarg=Rejected) env sexp ty_expected =
2175
2175
let lbl_exp_list =
2176
2176
wrap_disambiguate " This record expression is expected to have" ty_record
2177
2177
(type_label_a_list loc closed env
2178
- (fun x k ->
2179
- k (type_label_exp true env loc ty_record (process_optional_label x )))
2178
+ (fun e k ->
2179
+ k (type_label_exp true env loc ty_record (process_optional_label e )))
2180
2180
opath lid_sexp_list)
2181
2181
(fun x -> x)
2182
2182
in
You can’t perform that action at this time.
0 commit comments