This commit is contained in:
Simon Cruanes 2016-02-24 21:53:33 +01:00
parent 6674f5750b
commit 8524f43120

View file

@ -10,6 +10,8 @@ the library is loaded, e.g. with:
#require "containers";;
----
== Basics
We will start with a few list helpers, then look at other parts of
the library, including printers, maps, etc.
@ -164,7 +166,7 @@ val x : int = 2
----
=== To go further: containers.data
== To go further: containers.data
There is also a sub-library called `containers.data`, with lots of
more specialized data-structures.