sequence 0.3.2
Homepage | https://github.com/c-cube/sequence/ | ||||
---|---|---|---|---|---|
Maintainer | simon.cruanes@inria.fr | ||||
Dependencies |
|
||||
Published | Feb 18, 2013 | ||||
Source [http] |
https://github.com/c-cube/sequence/archive/0.3.2.tar.gz 2e8e14237f71dd4f423f0d935d0d34da |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/sequence/sequence.0.3.2/opam |
Simple sequence abstract datatype.
Simple sequence abstract datatype, intented 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 |