package tezos-protocol-015-PtLimaPt

  1. Overview
  2. Docs
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.environment/Tezos_protocol_environment_015_PtLimaPt/Array/index.html

Module Tezos_protocol_environment_015_PtLimaPt.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.