update makefile

This commit is contained in:
Simon Cruanes 2013-01-28 00:21:46 +01:00
parent e5039470e8
commit b4ea152014

View file

@ -1,4 +1,4 @@
sequence Sequence
======== ========
Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another. Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another.
@ -10,6 +10,9 @@ You need OCaml, say OCaml 3.12 or OCaml 4.0.
$ make $ 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 License
======= =======