Brassaia_eio.Storage_intf
module type S = sig ... end
module type Make = functor (Key : Type.S) -> functor (Value : Type.S) -> S with type key = Key.t and type value = Value.t
module type Sigs = sig ... end