Expect_test_common.Expectation
module Body : sig ... end
type !'a t = {
tag : string option;
body : 'a Body.t;
extid_location : Expect_test_common__.File.Location.t;
body_location : Expect_test_common__.File.Location.t;
}
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
module Raw : sig ... end