summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/PArr.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-26 12:48:17 +0000
committersimonmar <unknown>2002-04-26 12:48:17 +0000
commitf478c5a402171458caf35b5cf4b53de6723bc212 (patch)
tree62a9d9cd5f1e532249ff3bd4c4bfa61673c48d53 /libraries/base/GHC/PArr.hs
parentcf1acc883be1189ac7007b8ac173c3eb3d6b0d33 (diff)
downloadhaskell-f478c5a402171458caf35b5cf4b53de6723bc212.tar.gz
[project @ 2002-04-26 12:48:16 by simonmar]
- Add proper module headers to these guys - Remove \$Id\$ - Update copyrights - Int.lhs and Word.lhs were just wrapped in \begin{code}..\end{code}, so make them .hs files instead.
Diffstat (limited to 'libraries/base/GHC/PArr.hs')
-rw-r--r--libraries/base/GHC/PArr.hs14
1 files changed, 9 insertions, 5 deletions
diff --git a/libraries/base/GHC/PArr.hs b/libraries/base/GHC/PArr.hs
index bb5910e041..7e0f7327f6 100644
--- a/libraries/base/GHC/PArr.hs
+++ b/libraries/base/GHC/PArr.hs
@@ -1,13 +1,17 @@
{-# OPTIONS -fparr #-}
--- $Id: PArr.hs,v 1.2 2002/02/12 10:50:37 simonmar Exp $
---
--- Copyright (c) [2001..2002] Manuel M T Chakravarty & Gabriele Keller
+-----------------------------------------------------------------------------
+-- |
+-- Module : GHC.PArr
+-- Copyright : (c) 2001-2002 Manuel M T Chakravarty & Gabriele Keller
+-- License : see libraries/base/LICENSE
+--
+-- Maintainer : Manuel M. T. Chakravarty <chak@cse.unsw.edu.au>
+-- Stability : internal
+-- Portability : non-portable (GHC Extensions)
--
-- Basic implementation of Parallel Arrays.
--
---- DESCRIPTION ---------------------------------------------------------------
---
-- This module has two functions: (1) It defines the interface to the
-- parallel array extension of the Prelude and (2) it provides a vanilla
-- implementation of parallel arrays that does not require to flatten the