summaryrefslogtreecommitdiffstats
path: root/stdlib/arg.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/arg.ml')
-rw-r--r--stdlib/arg.ml13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/arg.ml b/stdlib/arg.ml
index 3726760f4..0d214b7a9 100644
--- a/stdlib/arg.ml
+++ b/stdlib/arg.ml
@@ -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$ *)
+
type spec =
String of (string -> unit)
| Int of (int -> unit)