Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
Find a file
2013-01-27 23:37:47 +01:00
.gitignore gitignore 2013-01-27 23:18:55 +01:00
Makefile makefile 2013-01-27 23:18:18 +01:00
sequence.ml take, concat and drop functions 2013-01-27 23:37:47 +01:00
sequence.mli take, concat and drop functions 2013-01-27 23:37:47 +01:00
tests.ml take, concat and drop functions 2013-01-27 23:37:47 +01:00