Skip to content
/ oseq Public

Purely functional iterators compatible with standard `seq`.

Notifications You must be signed in to change notification settings

c-cube/oseq

Repository files navigation

OSeq

build status

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.