package ppx_expect

  1. Overview
  2. Docs
type 'a t =
  1. | Match
  2. | Correction of 'a
val map : 'a t -> f:('a -> 'b) -> 'b t