package sexp

  1. Overview
  2. Docs

Module Lazy_list.IteratorSource

Sourcetype 'a lazy_list = 'a t
Sourcetype 'a t
Sourceval create : 'a lazy_list -> 'a t
Sourceval next : 'a t -> 'a option
Sourceval iter : 'a t -> f:('a -> unit) -> unit
OCaml

Innovation. Community. Security.