Module Path.Predicate

type t = [
  1. | `equals of Fpath_sexp0.Relative_path.t
  2. | `glob of Glob.t
]

Do not use equals in new code, this will result in deserialization errors because we are deprecating the support for equals seeing how glob can support exact matches. When/If dropping support for Relative_path then fpath-sexp no longer needs to be a dependency of this library.

val equal : t -> t -> bool
val compare : t -> t -> int
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t