type t
result of globbing
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
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