Up

module Ml_bundle

: sig
#
type t
#
val from_filenames : string list -> t list Async.Std.Deferred.Or_error.t
#
val to_pathnames : t -> [
| `ml of string
] * [
| `mli of string option
] * [
| `module_name of string
]
#
val module_name : t -> string
#
val compare : t -> t -> int
#
val t_of_sexp : Sexplib.Sexp.t -> t
#
val sexp_of_t : t -> Sexplib.Sexp.t
end