package sihl-queue

  1. Overview
  2. Docs
type t =
  1. | Pending
  2. | Succeeded
  3. | Failed
val to_string : t -> string
val of_string : string -> (t, string) Stdlib.result