mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
add a bit of doc
This commit is contained in:
parent
c286bb6d4e
commit
f352ca916d
1 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,14 @@
|
|||
|
||||
(* This file is free software, part of containers. See file "license" for more details. *)
|
||||
|
||||
(** {1 Hash combinators} *)
|
||||
(** {1 Hash combinators}
|
||||
|
||||
The API of this module is stable as per semantic versioning, like the
|
||||
rest of containers. However the exact implementation of hashing function
|
||||
can change and should not be relied on (i.e. hashing a value always
|
||||
returns the same integer {b within a run of a program}, not
|
||||
across versions of OCaml and Containers).
|
||||
*)
|
||||
|
||||
(** {2 Definitions} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue