diff options
Diffstat (limited to 'stdlib/set.ml')
-rw-r--r-- | stdlib/set.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/set.ml b/stdlib/set.ml index f0434f265..e7aa9d643 100644 --- a/stdlib/set.ml +++ b/stdlib/set.ml @@ -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$ *) + (* Sets over ordered types *) module type OrderedType = |