Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-cube/oseq

Purely functional iterators compatible with standard `seq`.
https://github.com/c-cube/oseq

cascade combinatorics functional-iterator iterator lazy-iterator list ocaml

Last synced: 3 months ago
JSON representation

Purely functional iterators compatible with standard `seq`.

Awesome Lists containing this project

README

        

# OSeq

[![build status](https://github.com/c-cube/oseq/workflows/build/badge.svg)](https://github.com/c-cube/oseq/actions/)

Simple list of suspensions, as a composable lazy iterator that behaves like a value.

The type of sequences, `'a OSeq.t`, is compatible with the new standard type
of iterators `'a Seq.t`.

## Documentation

https://c-cube.github.io/oseq/

## License

BSD license.