package octez-libs
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
doc/octez-libs.micheline/Tezos_micheline/Micheline/index.html
Module Tezos_micheline.Micheline
Source
The abstract syntax tree of Micheline expressions. The first parameter is used to contain locations, but can also embed custom data. The second parameter is the type of primitive names.
Expression form using canonical integer numbering as locations. The root has number zero, and each node adds one in the order of infix traversal. To be used when locations are not important, or when one wants to attach properties to nodes in an expression without rewriting it (using an indirection table with canonical locations as keys).
Canonical integer locations that appear inside canonical
expressions.
A location that won't exist in any well-formed canonical value
Compute the canonical form of an expression. Drops the concrete locations completely.
Give the root node of an expression in canonical form.
Compute the canonical form of an expression. Saves the concrete locations in an association list.
Transforms an expression in canonical form into a polymorphic one. Takes a mapping function to inject the concrete locations.