sequence 0.4
Homepage | https://github.com/c-cube/sequence/ | ||||
---|---|---|---|---|---|
Maintainer | simon.cruanes@inria.fr | ||||
Tags | sequence, iterator, iter and fold | ||||
Dependencies |
|
||||
Published | Apr 16, 2014 | ||||
Source [http] |
https://github.com/c-cube/sequence/archive/0.4.tar.gz 55f3d4d198502c38347c6e2aa5299e50 |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/sequence/sequence.0.4/opam |
Simple and lightweight sequence abstract data type.
Simple sequence abstract data type, intended to transfer a finite number of
elements from one data structure to another. Some transformations on sequences,
like filter
, map
, take
, drop
and append
can be performed before the
sequence is iterated/folded on.
No package is dependent |