Module Brassaia_eio.Append_only_intf

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