We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ac6b6 commit b98d6a1Copy full SHA for b98d6a1
lambda/translcore.ml
@@ -542,6 +542,9 @@ and transl_exp0 ~in_new_scope ~scopes sort e =
542
let shape = transl_mixed_product_shape shape in
543
Some (Const_mixed_block(runtime_tag, shape, constants))
544
else
545
+ (* CR layouts v5.9: Structured constants for mixed blocks should
546
+ be supported in bytecode. See symtable.ml for the difficulty.
547
+ *)
548
None
549
| Constructor_uniform_value ->
550
Some (Const_block(runtime_tag, constants)))
0 commit comments