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 4c2d74d commit a78b98aCopy full SHA for a78b98a
interpreter/exec/ixx.ml
@@ -30,11 +30,6 @@ sig
30
31
val of_int : int -> t
32
val to_int : t -> int
33
- (* Required for operations that need to extend to a larger type, such as
34
- * avgr_u. Cast to int64, perform the operations, then convert back to t.
35
- * We don't have such operations on I64, so using int64 is safe. We
36
- * cannot use int, because on 32-bit platforms int cannot represent
37
- * all values of int32. *)
38
val of_int64: int64 -> t
39
val to_int64: t -> int64
40
val to_string : t -> string
0 commit comments