tezos-error-monad
Tezos: error monad
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-error-monad
and 'a t = 'a Bare_structs.Seq_s.t
val empty : 'a t
val return : 'a -> 'a t
val unfold : ( 'b -> ('a * 'b) option ) -> 'b -> 'a t
val iter_ep :
( 'a -> ( unit, 'error TzTrace.trace ) result Lwt.t ) ->
'a t ->
( unit, 'error TzTrace.trace ) result Lwt.t