[commit: dph] : unbreak last patch (1500796)

Ben Lippmeier benl at ouroborus.net
Thu May 12 15:42:14 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/dph

On branch  : 

http://hackage.haskell.org/trac/ghc/changeset/1500796c50fa6faf5e049ccfdd4d5346e361a671

>---------------------------------------------------------------

commit 1500796c50fa6faf5e049ccfdd4d5346e361a671
Author: Ben Lippmeier <benl at ouroborus.net>
Date:   Thu May 5 12:25:55 2011 +1000

    unbreak last patch

>---------------------------------------------------------------

 dph-common/Data/Array/Parallel/Lifted/Closure.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dph-common/Data/Array/Parallel/Lifted/Closure.hs b/dph-common/Data/Array/Parallel/Lifted/Closure.hs
index ed4cedc..acd3d12 100644
--- a/dph-common/Data/Array/Parallel/Lifted/Closure.hs
+++ b/dph-common/Data/Array/Parallel/Lifted/Closure.hs
@@ -27,7 +27,7 @@ infixl 0 $:, $:^
 --   types are expressed in this form.
 --
 data a :-> b 
-  = forall. PA e 
+  = forall e. PA e 
   => Clo !(e -> a -> b)                                 -- vectorised version
          !(Int# -> PData e -> PData a -> PData b)       -- lifted version
          e                                              -- environment





More information about the Cvs-libraries mailing list