change commentaire

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4106 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2001-12-05 07:35:45 +00:00
parent 4c645207ae
commit c87c9efff5
1 changed files with 4 additions and 4 deletions

View File

@ -12,14 +12,14 @@
(* $Id$ *)
(** Standard labeled libraries.
(** Extra labeled libraries.
This meta-module provides labelized version of the {!Hashtbl},
{!Map} and {!Set} modules.
They only differ by their labels. They are provided for backwards
compatibility with previous versions of Objective Caml, and it is
preferable to avoid them in new projects.
They only differ by their labels. They are provided to help
porting from previous versions of Objective Caml.
The contents of this module are subject to change.
*)
module Hashtbl : sig