Update src/core/CCHash.mli

This commit is contained in:
Simon Cruanes 2021-05-18 10:54:36 -04:00
parent 13429e5e88
commit c286bb6d4e

View file

@ -31,6 +31,8 @@ val slice : string -> int -> int t
into [state]. *)
val bytes : bytes t
(** Hash a byte array.
@since NEXT_RELEASE *)
val string : string t
val list : 'a t -> 'a list t