diff options
Diffstat (limited to 'stdlib/map.mli')
-rw-r--r-- | stdlib/map.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/map.mli b/stdlib/map.mli index aaf21834b..99b2dd2db 100644 --- a/stdlib/map.mli +++ b/stdlib/map.mli @@ -1,3 +1,16 @@ +(***********************************************************************) +(* *) +(* Caml Special Light *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1995 Institut National de Recherche en Informatique et *) +(* Automatique. Distributed only by permission. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + (* Module [Map]: association tables over ordered types *) (* This module implements applicative association tables, also known as |