We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13f06d commit 50aaceeCopy full SHA for 50aacee
middle_end/flambda2/from_lambda/closure_conversion.ml
@@ -467,7 +467,10 @@ let close_c_call acc env ~loc ~let_bound_ids_with_kinds
467
((_, repr) : Primitive.mode * Primitive.native_repr) =
468
match repr with
469
| Same_as_ocaml_repr sort ->
470
- K.With_subkind.(kind (from_lambda_values_and_unboxed_numbers_only (Typeopt.layout_of_const_sort sort)))
+ K.With_subkind.(
471
+ kind
472
+ (from_lambda_values_and_unboxed_numbers_only
473
+ (Typeopt.layout_of_const_sort sort)))
474
| Unboxed_float -> K.naked_float
475
| Unboxed_integer Pnativeint -> K.naked_nativeint
476
| Unboxed_integer Pint32 -> K.naked_int32
0 commit comments