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.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

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.