mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
version 0.3.4
This commit is contained in:
parent
2aef4afa6a
commit
0dd50ca9a7
2 changed files with 12 additions and 1 deletions
11
CHANGELOG
Normal file
11
CHANGELOG
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
2
META
2
META
|
|
@ -1,5 +1,5 @@
|
||||||
name="sequence"
|
name="sequence"
|
||||||
version="0.1"
|
version="0.3.4"
|
||||||
description="Abstract sequences of elements, for conversion into and from data structures"
|
description="Abstract sequences of elements, for conversion into and from data structures"
|
||||||
requires=""
|
requires=""
|
||||||
archive(byte) = "sequence.cma"
|
archive(byte) = "sequence.cma"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue