[commit: base] master: Eta contract 'PArr' synonym (fda9e80)
Manuel Chakravarty
chak at cse.unsw.edu.au
Fri Nov 25 13:45:33 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fda9e80a320c8761be7974237a995bda68b91e86
>---------------------------------------------------------------
commit fda9e80a320c8761be7974237a995bda68b91e86
Author: Manuel M T Chakravarty <chak at cse.unsw.edu.au>
Date: Fri Nov 25 23:00:18 2011 +1100
Eta contract 'PArr' synonym
>---------------------------------------------------------------
GHC/PArr.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/GHC/PArr.hs b/GHC/PArr.hs
index c1b9f74..7a229d6 100644
--- a/GHC/PArr.hs
+++ b/GHC/PArr.hs
@@ -34,4 +34,4 @@ import GHC.Base
--
data [::] e = PArr !Int (Array# e)
-type PArr e = [::] e -- this synonym is to get access to '[::]' without using the special syntax
+type PArr = [::] -- this synonym is to get access to '[::]' without using the special syntax
More information about the Cvs-libraries
mailing list