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.1.tbz
sha256=25426d5d7a9e8b99586a84dc509b887d5401168aff2083800d84fafe35a6feb5
sha512=945aaa093591b62f44f6e5e3c8b035bd7e17b08892f0337d5503bb7d2cf49c2caf90bd99143d86855b46f5ccbd38fa629386a0fcc7dda15ac4026def2b485b3c

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

  1. odoc with-doc
  2. containers with-test
  3. gen with-test
  4. qcheck with-test

Conflicts

None