ppx_expect.matcher
Expect_test_matcher.Fmt
Representation of parsed %expect lines
%expect
ppx_expect
ppx_expect.collector
ppx_expect.common
ppx_expect.config
ppx_expect.config_types
ppx_expect.evaluator
ppx_expect.make_corrected_file
ppx_expect.payload
type t =
| Regexp of Base.string
| Glob of Base.string
| Literal of Base.string
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare : t -> t -> int
val equal : t -> t -> bool