diff options
Diffstat (limited to 'stdlib/lexing.mli')
-rw-r--r-- | stdlib/lexing.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/lexing.mli b/stdlib/lexing.mli index 2c4c53da1..6729c9ec1 100644 --- a/stdlib/lexing.mli +++ b/stdlib/lexing.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 [Lexing]: the run-time library for lexers generated by [camllex] *) (*** Lexer buffers *) |