package ppx_expect

  1. Overview
  2. Docs

Representation of parsed %expect lines

type t =
  1. | Regexp of string
  2. | Glob of string
  3. | Literal of string
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int