Module Ppx_inline_test_lib.Runtime.Test_result

type t =
| Success
| Failure
| Error
val combine : t ‑> t ‑> t
val combine_all : t list ‑> t
val to_string : t ‑> string