Module Brassaia_eio.Content_addressable_intf

module type S = sig ... end

A content-addressable store is an indexed read-write store in which values are keyed directly by their hashes.

module type Maker = functor (Hash : Hash.S) -> functor (Value : Type.S) -> sig ... end
module type Sigs = sig ... end