Module Expect_test_helpers_kernel.CR

include module type of sig ... end
type t = Expect_test_helpers_kernel__.Expect_test_helpers_kernel_intf.CR.t =
| CR
| CR_soon
| CR_someday
| Comment
val sexp_of_t : t ‑> Sexplib.Sexp.t
val hide_unstable_output : t ‑> bool

hide_unstable_output t returns false if t = CR and true otherwise. Useful to provide a default for arguments such as ?hide_positions in functions that also have a ?cr argument.