package ppx_expect

  1. Overview
  2. Docs
type 'a t =
  1. | Match
  2. | Correction of 'a
include Base.Exported_for_specific_uses.Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val map : 'a t -> f:('a -> 'b) -> 'b t