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