Module Expect_test_matcher.Fmt

type t =
| Regexp of string
| Glob of string
| Literal of string
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int