package protocell

  1. Overview
  2. Docs
type t =
  1. | Idempotency_unknown
  2. | No_side_effects
  3. | Idempotent
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val default : unit -> t
val to_int : t -> int
val of_int : int -> t option
val to_string : t -> string
val of_string : string -> t option