package octez-protocol-009-PsFLoren-libs

  1. Overview
  2. Docs
Octez protocol 009-PsFLoren libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-protocol-009-PsFLoren-libs.client/Tezos_client_009_PsFLoren/Limit/index.html

Module Tezos_client_009_PsFLoren.LimitSource

This helper module allows to handle partially specified limits during the injection process.

Sourcetype 'a t

A value of type 'a t is either unknown of known.

Sourceval unknown : 'a t
Sourceval known : 'a -> 'a t
Sourceval of_option : 'a option -> 'a t
Sourceval is_unknown : 'a t -> bool
Sourceval join : where:string -> ('a -> 'a -> bool) -> 'a t -> 'a t -> 'a t Tezos_base.TzPervasives.tzresult

join ~where eq x y computes the order-theoretic union of x and y. If both x and y are not Unknown, the function fails iff their contents are not equal according to eq.

Sourceval fold : unknown:'a -> known:('b -> 'a) -> 'b t -> 'a
Sourceval get : when_unknown:string -> 'a t -> 'a Tezos_base.TzPervasives.tzresult
Sourceval value : when_unknown:'a -> 'a t -> 'a
OCaml

Innovation. Community. Security.