iter/README.md
2013-01-28 00:21:46 +01:00

19 lines
413 B
Markdown

Sequence
========
Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another.
Build
=====
You need OCaml, say OCaml 3.12 or OCaml 4.0.
$ make
To see how to use it, check `tests.ml`. `sequence.ml` has a few examples of how to convert
data structures into sequences, and conversely.
License
=======
Sequence is available under the BSD license.