package octez-protocol-009-PsFLoren-libs

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

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.