package oseq

  1. Overview
  2. Docs
Simple list of suspensions, as a composable lazy iterator that behaves like a value

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.1.tar.gz
md5=1547a97040d4b8787ffda0e959e8cd95
sha512=3028849493e90a008d7a490e5d3abb955f5a36fa1be784e9895a60c630ed36dc6ea9663e6148d9dc996d9462b8cc5ac75de38233d06f4ecce75e896552e72d92

Description

Extends the new standard library's Seq module with many useful combinators.

README

OSeq

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.

Dependencies (3)

  1. ocaml >= "4.03.0"
  2. seq
  3. dune >= "1.0"

Dev Dependencies (5)

  1. odoc with-doc
  2. containers with-test & >= "2.6" & < "3.13"
  3. gen with-test
  4. qtest with-test
  5. qcheck with-test & >= "0.9"

Conflicts

None