Mentions légales du service

Skip to content
Snippets Groups Projects
François Pottier's avatar
POTTIER Francois authored
bafffb7b
History

Sequel

Sequences of type 'a Seq.t are a universal exchange format, which many modules in OCaml's standard library are able to produce and consume.

Unfortunately, OCaml's Seq module offers a limited number of facilities for working with sequences.

The Sequel library complements Seq by offering a collection of functions that help construct and consume sequences. Like Haskell's List library, it can be thought of as a fairly expressive and low-performance stream library.

Caveat: at this time, this library has not been thoroughly tested. It may have bugs. Furthermore, its API is not stable and is liable to change in future releases.