From 8524f43120e1679fc1bb71b998bdfe4477fc2a23 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 24 Feb 2016 21:53:33 +0100 Subject: [PATCH] detail --- TUTORIAL.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TUTORIAL.adoc b/TUTORIAL.adoc index 205a0153..9d973e18 100644 --- a/TUTORIAL.adoc +++ b/TUTORIAL.adoc @@ -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.