package ppx_expect

  1. Overview
  2. Docs

Module Expect_test_matcher.Fmt

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 -> Base.Sexp.t
val compare : t -> t -> Base.int
val equal : t -> t -> Base.bool
OCaml

Innovation. Community. Security.