X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FPArr.hs;h=8ce448814d8bb2058e5171503353baed95e27ba4;hb=aaf764b3ad8b1816d68b5f27299eac125f08e1a5;hp=bb5910e041753cb54ee35cbb909ebacce4d588a1;hpb=bf0d5c6e8033ce5cd8c82ccc50a3050b1396b185;p=ghc-base.git diff --git a/GHC/PArr.hs b/GHC/PArr.hs index bb5910e..8ce4488 100644 --- a/GHC/PArr.hs +++ b/GHC/PArr.hs @@ -1,13 +1,17 @@ -{-# OPTIONS -fparr #-} +{-# OPTIONS_GHC -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 +-- 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 @@ -68,7 +72,7 @@ -- module GHC.PArr ( - [::], -- abstract + -- [::], -- Built-in syntax mapP, -- :: (a -> b) -> [:a:] -> [:b:] (+:+), -- :: [:a:] -> [:a:] -> [:a:]