diff options
Diffstat (limited to 'bytecomp/printlambda.mli')
-rw-r--r-- | bytecomp/printlambda.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bytecomp/printlambda.mli b/bytecomp/printlambda.mli index 3dbebb701..44457559b 100644 --- a/bytecomp/printlambda.mli +++ b/bytecomp/printlambda.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$ *) + open Lambda val structured_constant: structured_constant -> unit |