package tezos-error-monad

  1. Overview
  2. Docs
type t =
  1. | Branch
  2. | Temporary
  3. | Permanent
  4. | Outdated
val default : t
val combine : t -> t -> t