sequenceversion

Simple sequence abstract datatype.

Simple sequence abstract datatype, 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.

Tags sequence iterator iter fold
AuthorSimon Cruanes
Published
Homepagehttps://github.com/c-cube/iter/
Maintainersimon.cruanes@inria.fr
Dependencies
Source [http] https://github.com/c-cube/iter/archive/0.3.6.tar.gz
sha256=eb03db075a1fea9f228ce497723240eeb63c399bb30cb6061824d97ad3027127
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/sequence/sequence.0.3.6/opam
Required by
Optionally used by