add MoreLabels to the stdlib documentation

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@12830 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-08-06 12:58:16 +00:00
parent 40a45b055f
commit 8ebe5b6e5f
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,8 @@ the above 3 modules \\
"Random" & p.~\pageref{Random} & pseudo-random number generator \\
"Set" & p.~\pageref{Set} & sets over ordered types \\
"Map" & p.~\pageref{Map} & association tables over ordered types \\
"MoreLabels" &p.~\pageref{MoreLabels} & labelized versions of
"Hashtbl", "Set", and "Map" \\
"Oo" & p.~\pageref{Oo} & useful functions on objects \\
"Stack" & p.~\pageref{Stack} & last-in first-out stacks \\
"Queue" & p.~\pageref{Queue} & first-in first-out queues \\
@ -150,6 +152,7 @@ be called from C \\
\input{List.tex}
\input{Map.tex}
\input{Marshal.tex}
\input{MoreLabels.tex}
\input{Nativeint.tex}
\input{Oo.tex}
\input{Parsing.tex}