tezos-error-monad
Tezos: error monad
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package tezos-error-monad
-
tezos-error-monad
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-error-monad
module type ERROR_CATEGORY = sig ... end
module type PREFIX = sig ... end
module type CORE = sig ... end
module type WITH_WRAPPED = sig ... end
module type TRACE = sig ... end
module type MONAD_EXTENSION = sig ... end
MONAD_EXTENSION
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.
ON THIS PAGE
No table of contents