diff options
Diffstat (limited to 'stdlib/string.mli')
-rw-r--r-- | stdlib/string.mli | 4 |
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. *) |