Module Jenga_lib.Persist.Quality

type t = [
| `initial
| `good
]
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val to_string : t ‑> string