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-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

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

Module Seq_s.S

val equal : ('a -> 'b -> bool Lwt.t) -> 'a t -> 'b t -> bool Lwt.t
val compare : ('a -> 'b -> int Lwt.t) -> 'a t -> 'b t -> int Lwt.t
val iter : ('a -> unit Lwt.t) -> 'a t -> unit Lwt.t
val fold_left : ('a -> 'b -> 'a Lwt.t) -> 'a -> 'b t -> 'a Lwt.t
val iteri : (int -> 'a -> unit Lwt.t) -> 'a t -> unit Lwt.t
val fold_lefti : ('b -> int -> 'a -> 'b Lwt.t) -> 'b -> 'a t -> 'b Lwt.t
val for_all : ('a -> bool Lwt.t) -> 'a t -> bool Lwt.t
val exists : ('a -> bool Lwt.t) -> 'a t -> bool Lwt.t
val find : ('a -> bool Lwt.t) -> 'a t -> 'a option Lwt.t
val find_map : ('a -> 'b option Lwt.t) -> 'a t -> 'b option Lwt.t
val iter2 : ('a -> 'b -> unit Lwt.t) -> 'a t -> 'b t -> unit Lwt.t
val fold_left2 : ('a -> 'b -> 'c -> 'a Lwt.t) -> 'a -> 'b t -> 'c t -> 'a Lwt.t
val for_all2 : ('a -> 'b -> bool Lwt.t) -> 'a t -> 'b t -> bool Lwt.t
val exists2 : ('a -> 'b -> bool Lwt.t) -> 'a t -> 'b t -> bool Lwt.t
val init : int -> (int -> 'a Lwt.t) -> 'a t
val unfold : ('b -> ('a * 'b) option Lwt.t) -> 'b -> 'a t
val forever : (unit -> 'a Lwt.t) -> 'a t
val iterate : ('a -> 'a Lwt.t) -> 'a -> 'a t
val map : ('a -> 'b Lwt.t) -> 'a t -> 'b t
val mapi : (int -> 'a -> 'b Lwt.t) -> 'a t -> 'b t
val filter : ('a -> bool Lwt.t) -> 'a t -> 'a t
val filter_map : ('a -> 'b option Lwt.t) -> 'a t -> 'b t
val flat_map : ('a -> 'b t Lwt.t) -> 'a t -> 'b t
val concat_map : ('a -> 'b t Lwt.t) -> 'a t -> 'b t
val scan : ('b -> 'a -> 'b Lwt.t) -> 'b -> 'a t -> 'b t
val sorted_merge : ('a -> 'a -> int Lwt.t) -> 'a t -> 'a t -> 'a t
val take_while : ('a -> bool Lwt.t) -> 'a t -> 'a t
val drop_while : ('a -> bool Lwt.t) -> 'a t -> 'a t
val group : ('a -> 'a -> bool Lwt.t) -> 'a t -> 'a t t
val map2 : ('a -> 'b -> 'c Lwt.t) -> 'a t -> 'b t -> 'c t
val map_product : ('a -> 'b -> 'c Lwt.t) -> 'a t -> 'b t -> 'c t
val partition_map : ('a -> ('b, 'c) Either.t Lwt.t) -> 'a t -> 'b t * 'c t
val partition : ('a -> bool Lwt.t) -> 'a t -> 'a t * 'a t
val of_dispenser : (unit -> 'a option Lwt.t) -> 'a t
OCaml

Innovation. Community. Security.