mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
detail
This commit is contained in:
parent
6674f5750b
commit
8524f43120
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue