package ppx_expect

  1. Overview
  2. Docs

Representation of parsed %expect lines

type t =
  1. | Regexp of Base.string
  2. | Glob of Base.string
  3. | 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