package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/octez-libs.error-monad/Tezos_error_monad/TzLwtreslib/Seq/S/index.html

Module Seq.S

val equal : ('a -> 'b -> bool Lwt.t) -> 'a Seq.t -> 'b Seq.t -> bool Lwt.t
val compare : ('a -> 'b -> int Lwt.t) -> 'a Seq.t -> 'b Seq.t -> int Lwt.t
val iter : ('a -> unit Lwt.t) -> 'a Seq.t -> unit Lwt.t
val fold_left : ('a -> 'b -> 'a Lwt.t) -> 'a -> 'b Seq.t -> 'a Lwt.t
val iteri : (int -> 'a -> unit Lwt.t) -> 'a Seq.t -> unit Lwt.t
val fold_lefti : ('b -> int -> 'a -> 'b Lwt.t) -> 'b -> 'a Seq.t -> 'b Lwt.t
val for_all : ('a -> bool Lwt.t) -> 'a Seq.t -> bool Lwt.t
val exists : ('a -> bool Lwt.t) -> 'a Seq.t -> bool Lwt.t
val find : ('a -> bool Lwt.t) -> 'a Seq.t -> 'a option Lwt.t
val find_map : ('a -> 'b option Lwt.t) -> 'a Seq.t -> 'b option Lwt.t
val iter2 : ('a -> 'b -> unit Lwt.t) -> 'a Seq.t -> 'b Seq.t -> unit Lwt.t
val fold_left2 : ('a -> 'b -> 'c -> 'a Lwt.t) -> 'a -> 'b Seq.t -> 'c Seq.t -> 'a Lwt.t
val for_all2 : ('a -> 'b -> bool Lwt.t) -> 'a Seq.t -> 'b Seq.t -> bool Lwt.t
val exists2 : ('a -> 'b -> bool Lwt.t) -> 'a Seq.t -> 'b Seq.t -> bool Lwt.t
OCaml

Innovation. Community. Security.