diff options
Diffstat (limited to 'stdlib/arg.mli')
-rw-r--r-- | stdlib/arg.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/arg.mli b/stdlib/arg.mli index 57ce2b3ab..fa31aa357 100644 --- a/stdlib/arg.mli +++ b/stdlib/arg.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 [Arg]: parsing of command line arguments *) (* This module provides a general mechanism for extracting options and |