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.evaluator
ppx_expect.payload
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