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

oseq-0.5.tbz
sha256=ae1c17bf42c50e7a1f2ba9cb5e2903d3342d70cb5259e60716bfafe610c523ea
sha512=f3109e20938267e075e360b7386dbe18b648ee7a9110ffb60456b8f9f799eca5dfc8797d12ec36ad2d2f9bf02dcf1196e683a223d1219b1eae1a58dcc8a8dc63

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 (2)

  1. ocaml >= "4.08.0"
  2. dune >= "1.0"

Dev Dependencies (5)

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

Conflicts

None