Module Message.Queue

type t =
| Active
| Frozen
| Removed
| Quarantine
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
type t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list
val compare : t -> t -> int
val to_dirname : t -> string
val of_status : Status.t -> t option
val of_status' : Status.t -> t Core.Or_error.t