From 5ad86a8b049d8018c3d6b5169d73a470f91835e8 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 7 Mar 2016 15:55:49 +0100 Subject: [PATCH] update readme with a link to slides --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ca3219..adb639c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,14 @@ of a `Hashtbl.t`, without creating a list. Documentation ============= -See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html). +There is only one type, `'a Sequence.t`, and lots of functions built around +this type. +To get an overview of sequence, its origins and why it was created, +you can start with [the slides of a talk](http://cedeela.fr/~simon/talks/sequence.pdf) +I (c-cube) made at some OCaml meeting. + +See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html) +for more details on the set of available functions. Build =====