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 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.
module 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
ON THIS PAGE
No table of contents