Module Jenga_lib.Db.Listing

type t

result of globbing

include sig ... end
val compare : t ‑> t ‑> int
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
module Elem : sig ... end
val create : dir:Path.t ‑> elems:Elem.t list ‑> t
val of_file_paths_exn : dir:Path.t ‑> Path.t list ‑> t
val equal : t ‑> t ‑> bool
val paths : t ‑> Path.Set.t
module Restriction : sig ... end
val restrict : t ‑> Restriction.t ‑> t