Module Expect_test_matcher.Fmt

Representation of parsed %expect lines

type t =
| Regexp of string
| Glob of string
| Literal of string
include sig ... end
val compare : t ‑> t ‑> int
val sexp_of_t : t ‑> Sexplib.Sexp.t