package tezos-protocol-alpha

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.1.tar.gz
sha256=43723d096307603703a1a89ed1b2eb202b365f5e7824b96b0cbf813b343a6cf7
sha512=b2a637f2e965000d3d49ad85277ca24d6cb07a1a7cf2bc69d296d8b03ad78c3eaa8e21e94b9162e62c2e11649cd03bc845b2a3dafe623b91065df69d47dc8e4f

doc/tezos-protocol-alpha.environment/Tezos_protocol_environment_alpha/Array/index.html

Module Tezos_protocol_environment_alpha.ArraySource

type !'a t = 'a array
val concat : 'a t list -> 'a t
val length : 'a t -> int
val to_list : 'a t -> 'a list
val get : [ `You_cannot_access_array_content_in_the_protocol ]
val unsafe_get : [ `You_cannot_access_array_content_in_the_protocol ]
val set : [ `You_cannot_modify_array_content_in_the_protocol ]
val unsafe_set : [ `You_cannot_modify_array_content_in_the_protocol ]
val to_seq : [ `You_cannot_traverse_arrays_lazily_in_the_protocol ]
val to_seqi : [ `You_cannot_traverse_arrays_lazily_in_the_protocol ]
val make : [ `You_cannot_build_arrays_with_implicit_sharing_in_the_protocol ]
val create : [ `You_cannot_build_arrays_with_implicit_sharing_in_the_protocol ]
val make_matrix : [ `You_cannot_build_arrays_with_implicit_sharing_in_the_protocol ]
val create_float : [ `You_cannot_use_floats_in_the_protocol ]
val make_float : [ `You_cannot_use_floats_in_the_protocol ]
val sub : [ `You_cannot_cut_arrays_in_the_protocol ]
val fill : [ `You_cannot_fill_arrays_in_the_protocol ]
val blit : [ `You_cannot_blit_arrays_in_the_protocol ]
val iter2 : [ `You_cannot_traverse_2_arrays_at_once_in_the_protocol ]
val map2 : [ `You_cannot_traverse_2_arrays_at_once_in_the_protocol ]
val combine : [ `You_cannot_traverse_2_arrays_at_once_in_the_protocol ]
val sort : [ `You_cannot_sort_arrays_in_the_protocol ]
val stable_sort : [ `You_cannot_sort_arrays_in_the_protocol ]
val fast_sort : [ `You_cannot_sort_arrays_in_the_protocol ]
module Floatarray : sig ... end
OCaml

Innovation. Community. Security.