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 -> Sexplib0.Sexp.t
include Base.Exported_for_specific_uses.Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Base.Exported_for_specific_uses.Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
OCaml

Innovation. Community. Security.