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 b64fd14 commit 617d2e0Copy full SHA for 617d2e0
middle_end/flambda2/kinds/flambda_kind.ml
@@ -839,6 +839,8 @@ module With_subkind = struct
839
match Tag.Scannable.create tag with
840
| Some tag ->
841
let shape_and_fields : Block_shape.t * _ =
842
+ (* CR mshinwell/vlaviron: In both of these cases it would be
843
+ nice to propagate immediacy information. *)
844
match (shape : Lambda.constructor_shape) with
845
| Constructor_uniform fields ->
846
Scannable Value_only, List.map from_lambda_value_kind fields
0 commit comments