Module Toplevel_expect_test_types.Document

type t = {
parts : Part.t list;
matched : bool;

(** Whether the actual output matched the expectations *)

}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t