package octez-protocol-009-PsFLoren-libs

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

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

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.