Module Expect_test_common.Expectation

module Body : sig ... end
type !'a t = {
  1. tag : string option;
  2. body : 'a Body.t;
  3. extid_location : Expect_test_common__.File.Location.t;
  4. body_location : Expect_test_common__.File.Location.t;
}
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
module Raw : sig ... end
val map_pretty : 'a t -> f:('a -> 'b) -> 'b t