Up

Module Glob

Signature

type t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val hash : t -> int
val compare : t -> t -> int
module Table : sig .. end
module Hash_set : sig .. end
module Hash_queue : sig .. end
val create : dir:Path.t -> restriction:Listing.Restriction.t -> t
val dir : t -> Path.t
val restriction : t -> Listing.Restriction.t
val to_string : t -> string