Module Mvar.Ok_or_already_full

type t =
  1. | Ok
  2. | Already_full
val sexp_of_t : t -> Sexplib0.Sexp.t