fix(hash): resolve ambiguous doc comment of bytes

This commit is contained in:
favonia 2021-05-18 16:31:12 -05:00 committed by Simon Cruanes
parent f352ca916d
commit e3b0600a8b

View file

@ -40,6 +40,7 @@ val slice : string -> int -> int t
val bytes : bytes t
(** Hash a byte array.
@since NEXT_RELEASE *)
val string : string t
val list : 'a t -> 'a list t