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 3204c33 commit 90ab0c6Copy full SHA for 90ab0c6
compiler/lib/code.mli
@@ -185,6 +185,8 @@ type constant =
185
| Tuple of int * constant array * array_or_not
186
| Int of int32
187
188
+(** Guaranteed equality in terms of both OCaml [(=)]: if [constant_equal a b =
189
+ Some v], then [Poly.(=) a b = v]. This is used for optimization purposes. *)
190
val constant_equal : constant -> constant -> bool option
191
192
type loc =
0 commit comments