diff options
Diffstat (limited to 'stdlib/obj.mli')
-rw-r--r-- | stdlib/obj.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/obj.mli b/stdlib/obj.mli index 602ea4b7c..a37e8a266 100644 --- a/stdlib/obj.mli +++ b/stdlib/obj.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 [Obj]: operations on internal representations of values *) (* Not for the casual user. *) |