sequenceversion

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.

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.4.tar.gz
sha256=f117505b8a7e3702711c4d63619027267979cac7704a541a6189496ecb5fc1a7
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/sequence/sequence.0.4/opam
Required by
Optionally used by