iter/CHANGELOG
2013-03-08 15:31:48 +01:00

11 lines
340 B
Text

## 3.1.4
- sort, uniq, group and sort_uniq combinators implemented
- some conversion functions that use Sequence.t2
- infix operators in Sequence.Infix
- Sequence.t2 type for efficient iteration on pairs of elements
- some combinators are adapted to Sequence.t2
- zip, unzip and zip_i to convert between t and t2
- added scan combinator