package ppx_expect

  1. Overview
  2. Docs
type 'a t =
  1. | Exact of string
  2. | Pretty of 'a
include sig ... end
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val map_pretty : 'a t -> f:('a -> 'b) -> 'b t