package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-libs.error-monad/Tezos_error_monad/Monad_maker/index.html

Module Tezos_error_monad.Monad_makerSource

Sourcemodule type S = sig ... end

S is the Tezos-specific extension to the generic monad provided by Lwtreslib. It sets some defaults (e.g., it defaults traced failures), it brings some qualified identifiers into the main unqualified part (e.g., return_unit), it provides some tracing helpers and some in-monad assertion checks.

Sourcemodule Make (Error : sig ... end) (Trace : Sig.TRACE) (Monad : Tezos_lwt_result_stdlib.Lwtreslib.TRACED_MONAD with type 'error trace := 'error Trace.trace) : S with type error := Error.error and type 'error trace := 'error Trace.trace
OCaml

Innovation. Community. Security.