diff options
Diffstat (limited to 'stdlib/array.ml')
-rw-r--r-- | stdlib/array.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/array.ml b/stdlib/array.ml index 62c475d22..a3c8779f0 100644 --- a/stdlib/array.ml +++ b/stdlib/array.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$ *) + (* Array operations *) external length : 'a array -> int = "%array_length" |