package textutils

  1. Overview
  2. Docs
type t = [
  1. | `Yes
  2. | `No
  3. | `If_not_empty
]
val sexp_of_t : t -> Sexplib0.Sexp.t