package tezos-protocol-alpha
Tezos/Protocol: economic-protocol definition
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc
doc/tezos-protocol-alpha.environment/Tezos_protocol_environment_alpha/Error_monad/index.html
Module Tezos_protocol_environment_alpha.Error_monad
Source
val error_encoding : error Data_encoding.t
val pp : Format.formatter -> error -> unit
val register_error_kind :
error_category ->
id:string ->
title:string ->
description:string ->
?pp:(Format.formatter -> 'err -> unit) ->
'err Data_encoding.t ->
(error -> 'err option) ->
('err -> error) ->
unit
val json_of_error : error -> Data_encoding.json
val error_of_json : Data_encoding.json -> error
type error_info = {
category : error_category;
id : string;
title : string;
description : string;
schema : Data_encoding.json_schema;
}
val pp_info : Format.formatter -> error_info -> unit
val get_registered_errors : unit -> error_info list
type !'a tzresult = ('a, error trace) Pervasives.result
val trace_encoding : error trace Data_encoding.t
val result_encoding : 'a Data_encoding.t -> 'a tzresult Data_encoding.t
val ok : 'a -> ('a, 'trace) Pervasives.result
val return : 'a -> ('a, 'trace) Pervasives.result Lwt.t
val return_unit : (unit, 'trace) Pervasives.result Lwt.t
val return_none : ('a option, 'trace) Pervasives.result Lwt.t
val return_some : 'a -> ('a option, 'trace) Pervasives.result Lwt.t
val return_nil : ('a list, 'trace) Pervasives.result Lwt.t
val return_true : (bool, 'trace) Pervasives.result Lwt.t
val return_false : (bool, 'trace) Pervasives.result Lwt.t
val (>>?) :
('a, 'trace) Pervasives.result ->
('a -> ('b, 'trace) Pervasives.result) ->
('b, 'trace) Pervasives.result
val (>|?) :
('a, 'trace) Pervasives.result ->
('a -> 'b) ->
('b, 'trace) Pervasives.result
val (>>=?) :
('a, 'trace) Pervasives.result Lwt.t ->
('a -> ('b, 'trace) Pervasives.result Lwt.t) ->
('b, 'trace) Pervasives.result Lwt.t
val (>|=?) :
('a, 'trace) Pervasives.result Lwt.t ->
('a -> 'b) ->
('b, 'trace) Pervasives.result Lwt.t
val (>>?=) :
('a, 'trace) Pervasives.result ->
('a -> ('b, 'trace) Pervasives.result Lwt.t) ->
('b, 'trace) Pervasives.result Lwt.t
val (>|?=) :
('a, 'trace) Pervasives.result ->
('a -> 'b Lwt.t) ->
('b, 'trace) Pervasives.result Lwt.t
val record_trace :
'err ->
('a, 'err trace) Pervasives.result ->
('a, 'err trace) Pervasives.result
val trace :
'err ->
('b, 'err trace) Pervasives.result Lwt.t ->
('b, 'err trace) Pervasives.result Lwt.t
val record_trace_eval :
(unit -> 'err) ->
('a, 'err trace) Pervasives.result ->
('a, 'err trace) Pervasives.result
val trace_eval :
(unit -> 'err) ->
('b, 'err trace) Pervasives.result Lwt.t ->
('b, 'err trace) Pervasives.result Lwt.t
val error_unless : bool -> 'err -> (unit, 'err trace) Pervasives.result
val error_when : bool -> 'err -> (unit, 'err trace) Pervasives.result
val fail_unless : bool -> 'err -> (unit, 'err trace) Pervasives.result Lwt.t
val fail_when : bool -> 'err -> (unit, 'err trace) Pervasives.result Lwt.t
val unless :
bool ->
(unit -> (unit, 'trace) Pervasives.result Lwt.t) ->
(unit, 'trace) Pervasives.result Lwt.t
val when_ :
bool ->
(unit -> (unit, 'trace) Pervasives.result Lwt.t) ->
(unit, 'trace) Pervasives.result Lwt.t
Source
val dont_wait :
(exn -> unit) ->
('trace -> unit) ->
(unit -> (unit, 'trace) Pervasives.result Lwt.t) ->
unit
Source
val join_e :
(unit, 'err trace) Pervasives.result list ->
(unit, 'err trace) Pervasives.result
Source
val all_e :
('a, 'err trace) Pervasives.result list ->
('a list, 'err trace) Pervasives.result
Source
val both_e :
('a, 'err trace) Pervasives.result ->
('b, 'err trace) Pervasives.result ->
('a * 'b, 'err trace) Pervasives.result
module Lwt_syntax : sig ... end
module Option_syntax : sig ... end
module Result_syntax : sig ... end
module Lwt_result_syntax : sig ... end
module Lwt_option_syntax : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>