Skip to content

Commit e55026e

Browse files
Gburychambart
authored andcommitted
Fix build
1 parent 6941849 commit e55026e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

middle_end/flambda/types/structures/row_like.rec.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

middle_end/flambda/types/structures/row_like.rec.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)