mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
update makefile
This commit is contained in:
parent
e5039470e8
commit
b4ea152014
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
sequence
|
||||
Sequence
|
||||
========
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue