Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/c-cube/oseq
- Owner: c-cube
- Created: 2018-03-06T03:41:52.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T14:30:47.000Z (about 1 year ago)
- Last Synced: 2024-10-13T01:46:10.229Z (3 months ago)
- Topics: cascade, combinatorics, functional-iterator, iterator, lazy-iterator, list, ocaml
- Language: OCaml
- Homepage: https://c-cube.github.io/oseq/
- Size: 827 KB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.