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 <[email protected]> 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 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
