Skip to content

Commit bebf58b

Browse files
authored
flambda-backend: Fix typo in check_const_conservative (#2465)
1 parent df077a7 commit bebf58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typing/mode_intf.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ module type S = sig
156156
needed for precise bounds. As a result, it is inexpensive and returns
157157
a conservative result. I.e., it might return [None] for
158158
fully-constrained modes. *)
159-
val check_const_conservative : (l * 'r) t -> Const.t option
159+
val check_const_conservative : ('l * 'r) t -> Const.t option
160160
end
161161
end
162162

0 commit comments

Comments
 (0)