type t =
| CR
| CR_soon
| CR_someday
| Comment
| Suppress
val sexp_of_t : t -> Sexplib0.Sexp.t
val hide_unstable_output : t -> Base.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.
hide_unstable_output t
false
t = CR
true
?hide_positions
?cr