diff --git a/lambda/translcore.ml b/lambda/translcore.ml index ebfe5d23b27..49c0f22977f 100644 --- a/lambda/translcore.ml +++ b/lambda/translcore.ml @@ -542,6 +542,9 @@ and transl_exp0 ~in_new_scope ~scopes sort e = let shape = transl_mixed_product_shape shape in Some (Const_mixed_block(runtime_tag, shape, constants)) else + (* CR layouts v5.9: Structured constants for mixed blocks should + be supported in bytecode. See symtable.ml for the difficulty. + *) None | Constructor_uniform_value -> Some (Const_block(runtime_tag, constants)))