package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.2.tar.gz
sha256=c58afa94319f4c1675994e4a576a4f436675eea37b340d0ccddada6994a792bd
md5=ce1bb859cf695eb8f165fe1e03fff2c1

doc/ppx_expect.matcher/Expect_test_matcher/Fmt/index.html

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.