summaryrefslogtreecommitdiffstats
path: root/stdlib/string.mli
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-12-21 11:46:08 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-12-21 11:46:08 +0000
commit85b75d7963febd9f31a3fbf52a7846ee28c429e7 (patch)
treee33475baa95a388ff036a13f8a0c590b95f0fcb3 /stdlib/string.mli
parentc7d7103646aa5078d326a78c3d0f51709d38f579 (diff)
PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, Int64, Nativeint, Num and String
(Romain Calascibetta) From: Romain Calascibetta <romain.calascibetta@gmail.com> git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15725 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/string.mli')
-rw-r--r--stdlib/string.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/string.mli b/stdlib/string.mli
index 56065bbfb..e063e6bdb 100644
--- a/stdlib/string.mli
+++ b/stdlib/string.mli
@@ -239,6 +239,10 @@ val compare: t -> t -> int
allows the module [String] to be passed as argument to the functors
{!Set.Make} and {!Map.Make}. *)
+val equal: t -> t -> bool
+(** The equal function for strings.
+ @since 4.03.0 *)
+
(**/**)
(* The following is for system use only. Do not call directly. *)