diff options
Diffstat (limited to 'stdlib/set.mli')
-rw-r--r-- | stdlib/set.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/set.mli b/stdlib/set.mli index 53debbca2..899226127 100644 --- a/stdlib/set.mli +++ b/stdlib/set.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 [Set]: sets over ordered types *) (* This module implements the set data structure, given a total ordering |