package tezos-protocol-015-PtLimaPt
Tezos/Protocol: economic-protocol definition
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b
doc/tezos-protocol-015-PtLimaPt.raw/Tezos_raw_protocol_015_PtLimaPt/Script_tc_errors/index.html
Module Tezos_raw_protocol_015_PtLimaPt.Script_tc_errors
Source
Source
type type_map =
(Alpha_context.Script.location * (unparsed_stack_ty * unparsed_stack_ty))
list
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_arity of Alpha_context.Script.location * Alpha_context.Script.prim * int * int
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_seq_arity of Alpha_context.Script.location * int * int
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_primitive of Alpha_context.Script.location * Alpha_context.Script.prim list * Alpha_context.Script.prim
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_kind of Alpha_context.Script.location * kind list * kind
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_never_expr of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Missing_field of Alpha_context.Script.prim
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Duplicate_field of Alpha_context.Script.location * Alpha_context.Script.prim
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_lazy_storage of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_operation of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_contract of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| No_such_entrypoint of Alpha_context.Entrypoint.t
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Duplicate_entrypoint of Alpha_context.Entrypoint.t
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unreachable_entrypoint of Alpha_context.Script.prim list
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Tx_rollup_bad_deposit_parameter of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Tx_rollup_invalid_ticket_amount of Tezos_protocol_environment_015_PtLimaPt.Z.t
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Tx_rollup_addresses_disabled of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Sc_rollup_disabled of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Zk_rollup_disabled of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Zk_rollup_bad_deposit_parameter of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Fail_not_in_tail_position of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Bad_view_name of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Ill_typed_view of {
loc : Alpha_context.Script.location;
actual : unparsed_stack_ty;
expected : unparsed_stack_ty;
}
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Duplicated_view_name of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Forbidden_instr_in_context of Alpha_context.Script.location * context_desc * Alpha_context.Script.prim
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_annotation of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Ungrouped_annotations of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_map_block_fail of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Type_too_large : Alpha_context.Script.location * int -> Tezos_protocol_environment_015_PtLimaPt.Error_monad.error
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Pair_bad_argument of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unpair_bad_argument of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Dup_n_bad_argument of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Dup_n_bad_stack of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_syntactic_constant : Alpha_context.Script.location * Alpha_context.Script.expr * string -> Tezos_protocol_environment_015_PtLimaPt.Error_monad.error
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_contract of Alpha_context.Script.location * Alpha_context.Contract.t
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Invalid_big_map of Alpha_context.Script.location * Alpha_context.Big_map.Id.t
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Comparable_type_expected : Alpha_context.Script.location * Alpha_context.Script.expr -> Tezos_protocol_environment_015_PtLimaPt.Error_monad.error
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Inconsistent_type_sizes : int * int -> Tezos_protocol_environment_015_PtLimaPt.Error_monad.error
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unordered_map_keys of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unordered_set_values of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Duplicate_map_keys of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Duplicate_set_values of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Ill_typed_data : string option * Alpha_context.Script.expr * Alpha_context.Script.expr -> Tezos_protocol_environment_015_PtLimaPt.Error_monad.error
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Ill_formed_type of string option * Alpha_context.Script.expr * Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Ill_typed_contract : Alpha_context.Script.expr * type_map -> Tezos_protocol_environment_015_PtLimaPt.Error_monad.error
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Deprecated_instruction of Alpha_context.Script.prim
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_ticket of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_forged_value of Alpha_context.Script.location
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Non_dupable_type of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
| Unexpected_ticket_owner of Alpha_context.Destination.t
Source
type inconsistent_types_fast_error =
| Inconsistent_types_fast
(*This value is only used when the details of the error don't matter because the error will be ignored later. For example, when types are compared during the interpretation of the
*)CONTRACT
instruction any error will lead to returningNone
but the content of the error will be ignored.
Source
type (_, _) error_details =
| Informative : 'error_context -> ('error_context, Tezos_protocol_environment_015_PtLimaPt.Error_monad.error Tezos_protocol_environment_015_PtLimaPt.Error_monad.trace) error_details
| Fast : (_, inconsistent_types_fast_error) error_details
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>