add toc to readme

This commit is contained in:
Simon Cruanes 2017-02-17 17:18:39 +01:00
parent 40f33f6f96
commit 7cdebbc0f1

View file

@ -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, one intermediate closure to do so. For instance, iterating on keys, or values,
of a `Hashtbl.t`, without creating a list. of a `Hashtbl.t`, without creating a list.
toc::[]
== Documentation == Documentation
There is only one important type, `'a Sequence.t`, and lots of functions built There is only one important type, `'a Sequence.t`, and lots of functions built