From b4ea15201431a2ec2c9aa700825d429e6b769894 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 28 Jan 2013 00:21:46 +0100 Subject: [PATCH] update makefile --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b96353..9cd0c07 100644 --- a/README.md +++ b/README.md @@ -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 =======