File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3572,7 +3572,7 @@ and translate_unified_ops (env : Env.t) (funct : Typedtree.expression)
3572
3572
| Texp_ident (path , _ , _ ) -> (
3573
3573
let entry = Hashtbl. find_opt Unified_ops. index_by_path (Path. name path) in
3574
3574
match (entry, sargs) with
3575
- | Some {form = Unary ; specialization; _ } , [(lhs_label, lhs_expr)] ->
3575
+ | Some {form = Unary ; specialization} , [(lhs_label, lhs_expr)] ->
3576
3576
let lhs = type_exp env lhs_expr in
3577
3577
let lhs_type = expand_head env lhs.exp_type in
3578
3578
let result_type =
@@ -3597,7 +3597,7 @@ and translate_unified_ops (env : Env.t) (funct : Typedtree.expression)
3597
3597
in
3598
3598
let targs = [(lhs_label, Some lhs)] in
3599
3599
Some (targs, result_type)
3600
- | ( Some {form = Binary ; specialization; _ },
3600
+ | ( Some {form = Binary ; specialization},
3601
3601
[(lhs_label, lhs_expr); (rhs_label, rhs_expr)] ) ->
3602
3602
let lhs = type_exp env lhs_expr in
3603
3603
let lhs_type = expand_head env lhs.exp_type in
You can’t perform that action at this time.
0 commit comments