Module Intf.Output

module type Basic_intf = Creatable_intf
module type Bin_io_intf = sig ... end
module type Sexp_intf = sig ... end
module type Bin_io_and_sexp_intf = sig ... end
module type Bin_io_and_yojson_intf = sig ... end
module type Yojson_intf = sig ... end
module type Full_intf = sig ... end
module Versioned_v1 : sig ... end
module Versioned_v2 : sig ... end