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

CHANGELOG.md.html

0.4.1

  • fix error in tests related to -nolabels

0.4

  • use include Seq so we're forward compatible with OCaml

  • add relational operators: group_by, group_by_fold, join_by, join_by_fold

  • add {flat_map,app}_interleave, to_iter, to_gen

  • add head_exn/tail_exn

  • fix: make product more fair by using interleave

  • fix: handle exceptions in OSeq.memoize