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
Parameters
module H : Hashtbl.SeededHashedType
Signature
type key = H.t
val create : ?random:bool -> int -> 'a t
val clear : 'a t -> unit
val reset : 'a t -> unit
val length : 'a t -> int
val stats : 'a t -> Hashtbl.statistics
val iter_ep :
( key -> 'a -> ( unit, 'error TzTrace.trace ) result Lwt.t ) ->
'a t ->
( unit, 'error TzTrace.trace ) result Lwt.t