From 8f9722b139ac09c07a704f61bdc8f10c6a1536ec Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 27 Feb 2013 22:02:33 +0100 Subject: [PATCH] updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 57658c8..47fc47a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ The module `sexpr.mli` exposes the interface of the S-expression example library requires OCaml>=4.0 to compile, because of the GADT structure used in the monadic parser combinators part of `sexpr.ml`. +Documentation +============= + +See [the online API](http://c-cube.github.com/sequence/api/). + License =======