package octez-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A package that contains multiple base libraries used by the Octez suite
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-18.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
    
    
  sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
    
    
  doc/bare_structs/Bare_structs/Seq_es/index.html
Module Bare_structs.Seq_esSource
include Bare_sigs.Seq_es.S
  with type ('a, 'e) seq_e_t := ('a, 'e) Seq_e.t
   and type 'a seq_s_t := 'a Seq_s.t
This is similar to Seq.S.t but the suspended node is a promised result.
Similarly to Seq_e, sequences of this module can be interrupted by an error. In this case, traversal has fully applied to the successful prefix before the returned promise evaluates to Error _.
and ('a, 'e) t = unit -> (('a, 'e) node, 'e) Stdlib.result Lwt.tinclude Seqes.Sigs.SEQMON2ALL
  with type ('a, 'e) mon := ('a, 'e) Stdlib.result Lwt.t
  with type ('a, 'e) t := ('a, 'e) t
val iter : ('a -> unit) -> ('a, 'e) t -> (unit, 'e) Stdlib.result Lwt.tval fold_left : 
  ('a -> 'b -> 'a) ->
  'a ->
  ('b, 'e) t ->
  ('a, 'e) Stdlib.result Lwt.tval iteri : (int -> 'a -> unit) -> ('a, 'e) t -> (unit, 'e) Stdlib.result Lwt.tval fold_lefti : 
  ('b -> int -> 'a -> 'b) ->
  'b ->
  ('a, 'e) t ->
  ('b, 'e) Stdlib.result Lwt.tval for_all : ('a -> bool) -> ('a, 'e) t -> (bool, 'e) Stdlib.result Lwt.tval exists : ('a -> bool) -> ('a, 'e) t -> (bool, 'e) Stdlib.result Lwt.tval find : ('a -> bool) -> ('a, 'e) t -> ('a option, 'e) Stdlib.result Lwt.tval find_map : 
  ('a -> 'b option) ->
  ('a, 'e) t ->
  ('b option, 'e) Stdlib.result Lwt.tval init : int -> (int -> 'a) -> ('a, 'e) tval unfold : ('b -> ('a * 'b) option) -> 'b -> ('a, 'e) tval forever : (unit -> 'a) -> ('a, 'e) tval iterate : ('a -> 'a) -> 'a -> ('a, 'e) tval of_dispenser : (unit -> 'a option) -> ('a, 'e) tval is_empty : ('a, 'e) t -> (bool, 'e) Stdlib.result Lwt.tval length : ('a, 'e) t -> (int, 'e) Stdlib.result Lwt.tval empty : ('a, 'e) tval return : 'a -> ('a, 'e) tval repeat : 'a -> ('a, 'e) tval to_dispenser : ('a, 'e) t -> unit -> ('a option, 'e) Stdlib.result Lwt.tval ints : int -> (int, 'e) tSource
module E : 
  Seqes.Sigs.SEQMON2TRANSFORMERS
    with type ('a, 'e) mon := ('a, 'e) Stdlib.result Lwt.t
    with type ('a, 'e) callermon := ('a, 'e) Stdlib.result
    with type ('a, 'e) t := ('a, 'e) tSource
module S : 
  Seqes.Sigs.SEQMON2TRANSFORMERS
    with type ('a, 'e) mon := ('a, 'e) Stdlib.result Lwt.t
    with type ('a, 'e) callermon := 'a Lwt.t
    with type ('a, 'e) t := ('a, 'e) tSource
module ES : 
  Seqes.Sigs.SEQMON2TRANSFORMERS
    with type ('a, 'e) mon := ('a, 'e) Stdlib.result Lwt.t
    with type ('a, 'e) callermon := ('a, 'e) Stdlib.result Lwt.t
    with type ('a, 'e) t := ('a, 'e) tval of_seq : 'a Stdlib.Seq.t -> ('a, 'e) t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >