diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2014-05-01 21:54:15 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2014-05-01 21:54:15 +0000 |
commit | 9baf42b72da71213f483e3cc3b9ed9088cdf76ff (patch) | |
tree | 65c6cbb610ddce5c345e6afc60fe33fdc8830385 /stdlib/stdLabels.mli | |
parent | 05100e597e4296a2e79e6c2d9cd75b7e1cc595c9 (diff) |
safe-string: documentation fixes and add a couple of functions in Pervasives and Digest
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14721 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/stdLabels.mli')
-rw-r--r-- | stdlib/stdLabels.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdLabels.mli b/stdlib/stdLabels.mli index 090a43e28..c607a9987 100644 --- a/stdlib/stdLabels.mli +++ b/stdlib/stdLabels.mli @@ -14,7 +14,7 @@ (** Standard labeled libraries. This meta-module provides labelized version of the {!Array}, - {!List} and {!String} modules. + {!Bytes}, {!List} and {!String} modules. They only differ by their labels. Detailed interfaces can be found in [arrayLabels.mli], [bytesLabels.mli], [listLabels.mli] |