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 e55026e commit 8fc9a1aCopy full SHA for 8fc9a1a
middle_end/flambda/types/structures/row_like.rec.ml
@@ -630,7 +630,7 @@ struct
630
631
let _get_variant_field t variant_tag field_index : _ Or_unknown_or_bottom.t =
632
let index = Target_imm.to_targetint field_index in
633
- let aux { index = size; maps_to; } : _ Or_unknown_or_bottom.t =
+ let aux { index = size; maps_to; env_extension = _; } : _ Or_unknown_or_bottom.t =
634
match size with
635
| Known i when i <= index -> Bottom
636
| _ ->
0 commit comments