package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_expect-v0.13.0.tar.gz
sha256=16a7db57df155d48ef0b29ded01bbe724afd0b796501b56759ebc828da8db842
md5=e9d928f6aed89da85a511ea3d8d57f58

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

Module Expectation.Body

type 'a t =
  1. | Exact of string
  2. | Output
  3. | Pretty of 'a
  4. | Unreachable
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val map_pretty : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.