package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.1.tar.gz
sha256=0307f47adb5e79c22d6b31948cdbfb81dce44af4e4c6a0deea89e38e1b561fa1
md5=9cc03dcabb00c72e17f7f5b0e4d28603

doc/ppx_expect.common/Expect_test_common/Expectation/Body/index.html

Module Expectation.BodySource

Sourcetype 'a t =
  1. | Exact of Base.string
  2. | Output
  3. | Pretty of 'a
  4. | Unreachable
Sourceval sexp_of_t : ('a -> Base.Sexp.t) -> 'a t -> Base.Sexp.t
Sourceval compare : ('a -> 'a -> Base.int) -> 'a t -> 'a t -> Base.int
Sourceval equal : ('a -> 'a -> Base.bool) -> 'a t -> 'a t -> Base.bool
Sourceval map_pretty : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.