From c800a23a27f276574a29519df2685feddb8e3c0d Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 24 Apr 2016 23:11:12 +0200 Subject: [PATCH] some doc --- doc/intro.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/intro.txt b/doc/intro.txt index 6e69309d..b4b2bd73 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -22,6 +22,8 @@ by ocamlfind). {4 Core Modules (extension of the standard library)} +{b findlib name}: containers + {!modules: CCArray CCBool @@ -63,6 +65,8 @@ such as: {4 Containers.data} +{b findlib name}: containers.data + Various data structures. {!modules: @@ -123,6 +127,8 @@ CCLazy_list} {4 String} +{b findlib name}: containers.string + {!modules: CCApp_parse CCKMP @@ -139,6 +145,8 @@ Use bigarrays to hold large strings and map files directly into memory. {4 Advanced} +{b findlib name}: containers.advanced + This module is qualified with [Containers_advanced]. It requires {{:https://github.com/c-cube/sequence} Sequence}. @@ -152,7 +160,11 @@ Moved to its own repository. Moved to its own repository -{4 Others} +{4 Thread Helpers} + +{b findlib name}: containers.thread + +Modules related to the use of [Thread]. {!modules: CCBlockingQueue