Module Expect_test_common.Expectation.Body

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