package expect_test_helpers_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | CR
  2. | CR_soon
  3. | CR_someday
  4. | 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.