diff options
Diffstat (limited to 'stdlib/format.mli')
-rw-r--r-- | stdlib/format.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli index 1425b4868..e5a976c6b 100644 --- a/stdlib/format.mli +++ b/stdlib/format.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 [Format]: pretty printing *) (* This module implements a pretty-printing facility to format text |