Module Matcher.Test_outcome

type t = {
  1. expectations : Expect_test_matcher__.Fmt.t Expect_test_matcher__.Cst.t Expect_test_common.Expectation.t Expect_test_common.File.Location_map.t;
  2. uncaught_exn_expectation : Expect_test_matcher__.Fmt.t Expect_test_matcher__.Cst.t Expect_test_common.Expectation.t option;
  3. saved_output : Saved_output.t Expect_test_common.File.Location_map.t;
  4. trailing_output : Saved_output.t;
  5. uncaught_exn : Saved_output.t option;
  6. upon_unreleasable_issue : Expect_test_config_types.Upon_unreleasable_issue.t;
}
val merge_exn : t -> t -> t