Skip to content

Commit 3ded150

Browse files
committed
index.mld
1 parent d5f3512 commit 3ded150

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.mld

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ then further improved by {{: https://www.normalesup.org/~dlesbre/}Dorian Lesbre}
1818
as part of the {{: https://codex.top/}Codex semantics library}, developed at
1919
{{: https://list.cea.fr/en/} CEA List}.
2020

21-
{1 Installation}
21+
{1:install Installation}
2222

2323
This library can be installed with {{: https://opam.ocaml.org/}opam}:
2424
{@bash skip[
@@ -37,6 +37,8 @@ opam install . --deps-only --with-doc
3737
dune build @doc
3838
]}
3939

40+
See the {{!examples}examples} to jump right into using this library.
41+
4042
{1 Features}
4143

4244
{ul
@@ -183,7 +185,16 @@ Here is a brief overview of the various module types of our library:
183185
maps using these nodes, or any other custom nodes.}
184186
}
185187

186-
{1 Examples}
188+
{1:examples Examples}
189+
190+
To use this library, {{!install}install it} and add the following to your
191+
dune files:
192+
{@dune[
193+
(executable ; or library
194+
...
195+
(libraries patricia-tree ...)
196+
)
197+
]}
187198

188199
{2 Homogeneous map}
189200

0 commit comments

Comments
 (0)