summaryrefslogtreecommitdiffstats
path: root/stdlib/int64.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/int64.mli')
-rw-r--r--stdlib/int64.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/int64.mli b/stdlib/int64.mli
index 09b476f15..edd600c69 100644
--- a/stdlib/int64.mli
+++ b/stdlib/int64.mli
@@ -175,6 +175,10 @@ val compare: t -> t -> int
allows the module [Int64] to be passed as argument to the functors
{!Set.Make} and {!Map.Make}. *)
+val equal: t -> t -> bool
+(** The equal function for int64s.
+ @since 4.03.0 *)
+
(**/**)
(** {6 Deprecated functions} *)