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

0.3.tar.gz
md5=ef0503fdbade1cb70186da5459af5c04
sha512=7b8c8128f275fbfd8be2e351b9993603701aa0175bd1b7f754911603b4fbd21972bc4e88a1e2814391d3db635a1f801257fe33ea738994567b5ceea3b92ae58b

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. seq
  2. dune >= "1.0"
  3. ocaml >= "4.02.0" & < "4.13"

Dev Dependencies (6)

  1. odoc with-doc
  2. containers with-test
  3. gen with-test
  4. qtest with-test
  5. qcheck-ounit with-test
  6. qcheck with-test

Conflicts

None