@@ -212,7 +212,7 @@ let simplify_direct_full_application0 ~simplify_expr dacc apply function_type
212
212
DA. record_continuation_use dacc apply_return_continuation
213
213
(Non_inlinable { escaping = true })
214
214
~env_at_use: (DA. denv dacc)
215
- ~arg_types: (T. unknown_types_from_arity_with_subkinds result_arity)
215
+ ~arg_types: (T. unknown_types_from_arity result_arity)
216
216
in
217
217
dacc, Some use_id, result_continuation
218
218
| Return apply_return_continuation , Ok result_types ->
@@ -285,7 +285,7 @@ let simplify_direct_full_application0 ~simplify_expr dacc apply function_type
285
285
(Non_inlinable { escaping = true })
286
286
~env_at_use: (DA. denv dacc)
287
287
~arg_types:
288
- (T. unknown_types_from_arity_with_subkinds
288
+ (T. unknown_types_from_arity
289
289
(Exn_continuation. arity (Apply. exn_continuation apply)))
290
290
in
291
291
let apply = Apply. with_continuation apply result_continuation in
@@ -839,15 +839,14 @@ let simplify_function_call_where_callee's_type_unavailable dacc apply
839
839
(Non_inlinable { escaping = true })
840
840
~env_at_use: (DA. denv dacc)
841
841
~arg_types:
842
- (T. unknown_types_from_arity_with_subkinds
842
+ (T. unknown_types_from_arity
843
843
(Exn_continuation. arity (Apply. exn_continuation apply)))
844
844
in
845
845
let dacc, use_id =
846
846
DA. record_continuation_use dacc cont
847
847
(Non_inlinable { escaping = true })
848
848
~env_at_use
849
- ~arg_types:
850
- (T. unknown_types_from_arity_with_subkinds (Apply. return_arity apply))
849
+ ~arg_types: (T. unknown_types_from_arity (Apply. return_arity apply))
851
850
in
852
851
let call_kind =
853
852
match call with
@@ -1037,7 +1036,7 @@ let simplify_method_call dacc apply ~callee_ty ~kind:_ ~obj ~arg_types
1037
1036
(Non_inlinable { escaping = true })
1038
1037
~env_at_use: (DA. denv dacc)
1039
1038
~arg_types:
1040
- (T. unknown_types_from_arity_with_subkinds
1039
+ (T. unknown_types_from_arity
1041
1040
(Exn_continuation. arity (Apply. exn_continuation apply)))
1042
1041
in
1043
1042
let dacc =
@@ -1123,7 +1122,7 @@ let simplify_c_call ~simplify_expr dacc apply ~callee_ty ~arg_types ~down_to_up
1123
1122
(Non_inlinable { escaping = true })
1124
1123
~env_at_use: (DA. denv dacc)
1125
1124
~arg_types:
1126
- (T. unknown_types_from_arity_with_subkinds
1125
+ (T. unknown_types_from_arity
1127
1126
(Exn_continuation. arity (Apply. exn_continuation apply)))
1128
1127
in
1129
1128
let dacc =
0 commit comments