Module Std.Fmt

Representation of parsed %expect lines

type t =
| Regexp of Base.string
| Glob of Base.string
| Literal of Base.string
val sexp_of_t : t -> Expect_test_matcher__.Import.Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> Base.int
val equal : t -> t -> Base.bool