Std.Fmt
type t =
| Regexp of string
| Glob of string
| Literal of string
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare : t -> t -> int
val equal : t -> t -> bool