File tree Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
126
126
pexp_loc = e.pexp_loc;
127
127
pexp_attributes = e.pexp_attributes;
128
128
}
129
- | Pexp_ident _ ->
130
- {
131
- pexp_desc = Pexp_apply (fn, [ (Nolabel , new_obj_arg) ]);
132
- pexp_loc = e.pexp_loc;
133
- pexp_attributes = e.pexp_attributes;
134
- }
135
129
| Pexp_tuple xs ->
136
130
bound new_obj_arg (fun bounded_obj_arg ->
137
131
{
Original file line number Diff line number Diff line change @@ -269430,12 +269430,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
269430
269430
pexp_loc = e.pexp_loc;
269431
269431
pexp_attributes = e.pexp_attributes;
269432
269432
}
269433
- | Pexp_ident _ ->
269434
- {
269435
- pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
269436
- pexp_loc = e.pexp_loc;
269437
- pexp_attributes = e.pexp_attributes;
269438
- }
269439
269433
| Pexp_tuple xs ->
269440
269434
bound new_obj_arg (fun bounded_obj_arg ->
269441
269435
{
Original file line number Diff line number Diff line change @@ -270893,12 +270893,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
270893
270893
pexp_loc = e.pexp_loc;
270894
270894
pexp_attributes = e.pexp_attributes;
270895
270895
}
270896
- | Pexp_ident _ ->
270897
- {
270898
- pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
270899
- pexp_loc = e.pexp_loc;
270900
- pexp_attributes = e.pexp_attributes;
270901
- }
270902
270896
| Pexp_tuple xs ->
270903
270897
bound new_obj_arg (fun bounded_obj_arg ->
270904
270898
{
Original file line number Diff line number Diff line change @@ -281183,12 +281183,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
281183
281183
pexp_loc = e.pexp_loc;
281184
281184
pexp_attributes = e.pexp_attributes;
281185
281185
}
281186
- | Pexp_ident _ ->
281187
- {
281188
- pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
281189
- pexp_loc = e.pexp_loc;
281190
- pexp_attributes = e.pexp_attributes;
281191
- }
281192
281186
| Pexp_tuple xs ->
281193
281187
bound new_obj_arg (fun bounded_obj_arg ->
281194
281188
{
You can’t perform that action at this time.
0 commit comments