Module Allocation_functor.Make

module Partial : sig ... end
module Basic (M : Intf.Input.Basic_intf) : Intf.Output.Basic_intf with type t = M.t and type 'a creator := 'a M.creator
module Bin_io (M : Intf.Input.Bin_io_intf) : Intf.Output.Bin_io_intf with type t = M.t and type 'a creator := 'a M.creator
module Sexp (M : Intf.Input.Sexp_intf) : Intf.Output.Sexp_intf with type t = M.t and type 'a creator := 'a M.creator
module Yojson (M : Intf.Input.Yojson_intf) : Intf.Output.Yojson_intf with type t = M.t and type 'a creator := 'a M.creator
module Full (M : Intf.Input.Full_intf) : Intf.Output.Full_intf with type t = M.t and type 'a creator := 'a M.creator
module Versioned_v1 : sig ... end
module Versioned_v2 : sig ... end