Skip to content

Commit b3921b6

Browse files
committed
Fix compilation after rebase conflicts resolved
1 parent e2c62e9 commit b3921b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

middle_end/flambda2/terms/code_metadata.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ type 'a create_type =
128128
contains_no_escaping_local_allocs:bool ->
129129
stub:bool ->
130130
inline:Inline_attribute.t ->
131+
check:Lambda.check_attribute ->
131132
is_a_functor:bool ->
132133
recursive:Recursive.t ->
133134
cost_metrics:Cost_metrics.t ->

middle_end/flambda2/terms/code_metadata.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module type Code_metadata_accessors_result_type = sig
4545

4646
val inline : 'a t -> Inline_attribute.t
4747

48-
val check : t -> Lambda.check_attribute
48+
val check : 'a t -> Lambda.check_attribute
4949

5050
val is_a_functor : 'a t -> bool
5151

0 commit comments

Comments
 (0)