summaryrefslogtreecommitdiffstats
path: root/stdlib/array.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/array.mli')
-rw-r--r--stdlib/array.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/array.mli b/stdlib/array.mli
index 17e59e1a3..de301b69c 100644
--- a/stdlib/array.mli
+++ b/stdlib/array.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 [Array]: array operations *)
external length : 'a array -> int = "%array_length"