diff options
Diffstat (limited to 'stdlib/stringLabels.ml')
-rw-r--r-- | stdlib/stringLabels.ml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/stdlib/stringLabels.ml b/stdlib/stringLabels.ml new file mode 100644 index 000000000..008eda92f --- /dev/null +++ b/stdlib/stringLabels.ml @@ -0,0 +1,17 @@ +(***********************************************************************) +(* *) +(* Objective Caml *) +(* *) +(* Jacques Garrigue, Kyoto University RIMS *) +(* *) +(* Copyright 2001 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the GNU Library General Public License. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + +(* Module [SringLabels]: labelled String module *) + +include String |