octez-internal-libs.irmin
Key.Of_hash
The simplest possible Key implementation is just a hash of the corresponding value, attaching no additional metadata about the value.
Key
irmin_data
irmin_mem
irmin_pack_mem
irmin_pack_unix
octez-internal-libs.irmin_pack
octez-internal-libs.irmin_test_helpers
ppx_irmin
ppx_irmin_internal
ppx_irmin_internal_lib
module H : Type.S
type t = H.t
The type for keys.
val t : t Type.t
type hash = H.t
val to_hash : t -> hash
val of_hash : hash -> t