package ppx_expect

  1. Overview
  2. Docs

Module Expectation.Body

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

Innovation. Community. Security.