File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
middle_end/flambda/types/structures Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ struct
628628 | Unknown -> Unknown
629629 | Known res -> Ok res
630630
631- let get_variant_field t variant_tag field_index : _ Or_unknown_or_bottom.t =
631+ let _get_variant_field t variant_tag field_index : _ Or_unknown_or_bottom.t =
632632 let index = Target_imm. to_targetint field_index in
633633 let aux { index = size ; maps_to; } : _ Or_unknown_or_bottom.t =
634634 match size with
Original file line number Diff line number Diff line change @@ -74,8 +74,10 @@ module For_blocks : sig
7474 *)
7575 val get_field : t -> Target_imm .t -> Type_grammar .t Or_unknown_or_bottom .t
7676
77+ (*
7778 val get_variant_field :
7879 t -> Tag.t -> Target_imm.t -> Type_grammar.t Or_unknown_or_bottom.t
80+ *)
7981
8082 val is_bottom : t -> bool
8183
You can’t perform that action at this time.
0 commit comments