update doc

This commit is contained in:
Simon Cruanes 2016-11-03 23:47:18 +01:00
parent 13b34f4fcf
commit 55ed78084f
2 changed files with 15 additions and 5 deletions

View file

@ -165,11 +165,6 @@ Documentation http://cedeela.fr/~simon/software/containers[here].
access to elements by their index. access to elements by their index.
- `CCImmutArray`, immutable interface to arrays - `CCImmutArray`, immutable interface to arrays
=== Containers.io
*deprecated*, `CCIO` is now a <<core,core>> module. You can still install it and
depend on it but it contains no useful module.
=== Containers.unix === Containers.unix
- `CCUnix`, utils for `Unix` - `CCUnix`, utils for `Unix`

View file

@ -121,6 +121,21 @@ CCKList
CCKTree CCKTree
CCLazy_list} CCLazy_list}
{4 String}
containers.string has been removed. Some of its functionality is present
in {!CCString}; some in other libraries such as [Spelll].
{4 Bigarrays}
containers.bigarray has been removed. Use the [Bigstring] library for
arrays of bytes.
{4 Advanced}
containers.advanced has been removed. Use [OLinq] to replace some of its
functionality.
{4 Misc} {4 Misc}
Moved to its own repository. Moved to its own repository.