summaryrefslogtreecommitdiff
path: root/ghc/lib/std/Array.lhs
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-06-30 13:39:36 +0000
committersimonmar <unknown>2000-06-30 13:39:36 +0000
commitce6e38dc12b5feae2eb43e94d833646a9c921cda (patch)
treeee2392bb57b20e85ff4646ed43d74ca459cbe703 /ghc/lib/std/Array.lhs
parentb0624daa9057eec25ddf35a9ed3c771b9c5d9c75 (diff)
downloadhaskell-ce6e38dc12b5feae2eb43e94d833646a9c921cda.tar.gz
[project @ 2000-06-30 13:39:35 by simonmar]
- fix copyrights - remove some unused imports - comment formatting fixes
Diffstat (limited to 'ghc/lib/std/Array.lhs')
-rw-r--r--ghc/lib/std/Array.lhs5
1 files changed, 3 insertions, 2 deletions
diff --git a/ghc/lib/std/Array.lhs b/ghc/lib/std/Array.lhs
index 2576f7cfa2..dbc7297ed5 100644
--- a/ghc/lib/std/Array.lhs
+++ b/ghc/lib/std/Array.lhs
@@ -1,7 +1,8 @@
+% -----------------------------------------------------------------------------
+% $Id: Array.lhs,v 1.13 2000/06/30 13:39:35 simonmar Exp $
%
-% (c) The AQUA Project, Glasgow University, 1994-1999
+% (c) The University of Glasgow, 1994-2000
%
-
\section[Array]{Module @Array@}
\begin{code}