From 7cdebbc0f1ad352ecdc2cd996920febf65c534c1 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 17 Feb 2017 17:18:39 +0100 Subject: [PATCH] add toc to readme --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index ab9fc56..4987725 100644 --- a/README.adoc +++ b/README.adoc @@ -13,6 +13,8 @@ way of iterating on a finite number of values, only allocating (most of the time one intermediate closure to do so. For instance, iterating on keys, or values, of a `Hashtbl.t`, without creating a list. +toc::[] + == Documentation There is only one important type, `'a Sequence.t`, and lots of functions built