summaryrefslogtreecommitdiffstats
path: root/stdlib/bytes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/bytes.mli')
-rw-r--r--stdlib/bytes.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/bytes.mli b/stdlib/bytes.mli
index 82b28a28c..e873463a1 100644
--- a/stdlib/bytes.mli
+++ b/stdlib/bytes.mli
@@ -255,6 +255,9 @@ val compare: t -> t -> int
this function [compare] allows the module [Bytes] to be passed as
argument to the functors {!Set.Make} and {!Map.Make}. *)
+val equal: t -> t -> bool
+(** The equality function for byte sequences.
+ @since 4.03.0 *)
(** {4 Unsafe conversions (for advanced users)}