package gen

  1. Overview
  2. Docs
Iterators for OCaml, both restartable and consumable

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
md5=4386c7e64963619d660417175b84288d
sha512=fb4ec2ab35a1aba0dcc8439b11f14a0a785d939f661f505aec88a6f2ca6ca87e14ddfda860d9c180b215190b76690de87040c144582f069224f7e58d37ef48a0

doc/gen/GenLabels_intf/index.html

Module GenLabels_intfSource

Common signature for transient and restartable generators

The signature S abstracts on a type 'a t, where the t can be the type of transient or restartable generators. Some functions specify explicitely that they use 'a gen (transient generators).

Sourcetype 'a gen = unit -> 'a option
Sourcetype 'a iter = ('a -> unit) -> unit
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.