package tezos-lwt-result-stdlib

  1. Overview
  2. Docs
Tezos: error-aware stdlib replacement

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v10.2.tar.bz2
sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2
sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93

doc/traced_sigs/Traced_sigs/index.html

Module Traced_sigs

module Hashtbl : sig ... end
module List : sig ... end
module Map : sig ... end
module Monad : sig ... end
module Option : sig ... end
module Result : sig ... end
module Seq : sig ... end
module Seq_e : sig ... end
module Seq_es : sig ... end
module Seq_s : sig ... end
module Set : sig ... end
module Trace : sig ... end

Traces are used when errors need to be composed. This is useful directly to the user: building traces of errors to keep track of successive failures. It is also useful to the parallel traversors of this library (_ep) to combine errors that were constructed concurrently.

module WithExceptions : sig ... end
OCaml

Innovation. Community. Security.