Update src/core/CCHash.mli

This commit is contained in:
Simon Cruanes 2021-05-18 10:54:36 -04:00 committed by GitHub
parent 44a1bb9375
commit 4fa9200fd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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