This commit is contained in:
Simon Cruanes 2015-09-22 18:33:39 +02:00
parent c64aa9ef66
commit c9d7c70834

View file

@ -124,7 +124,7 @@ module type HASH = sig
val int64 : int64 -> state -> state
val nativeint : nativeint -> state -> state
val slice : string -> int -> int -> state -> state
(** [slice s i len state] hashes the slice [[i, ... i+len)] of [s]
(** [slice s i len state] hashes the slice [i, ... i+len-1] of [s]
into [state] *)
end