Up

Module Quality

Signature

type t = [
| `good
| `initial
]
val sexp_of_t : t -> Sexplib.Sexp.t
val to_string : t -> string