Module Inode.Make_internal

Parameters

module Conf : Conf.S
module Key : sig ... end

Signature

type hash = H.t
type key = Key.t
val pp_hash : hash Fmt.t
module Snapshot : Inode_intf.Snapshot with type hash = hash
module Raw : Inode_intf.Raw with type hash = hash and type key = key
module Val : sig ... end
val to_snapshot : Raw.t -> Snapshot.inode
module Compress : Inode_intf.Compress with type hash := hash