Repository : ssh://darcs.haskell.org//srv/darcs/packages/ghc-prim On branch : no-pred-ty
http://hackage.haskell.org/trac/ghc/changeset/92dc853935cd748baeb8a0a4efd846a0ec5867d3 >--------------------------------------------------------------- commit 92dc853935cd748baeb8a0a4efd846a0ec5867d3 Author: Max Bolingbroke <[email protected]> Date: Fri Aug 19 10:14:16 2011 +0100 Change names >--------------------------------------------------------------- GHC/Types.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GHC/Types.hs b/GHC/Types.hs index ed241a2..bf6363b 100644 --- a/GHC/Types.hs +++ b/GHC/Types.hs @@ -86,7 +86,7 @@ data IPBox a = IPBox a -- -- The type constructor is special in that GHC pretends that it -- has kind (? -> ? -> Fact) rather than (* -> * -> *) -data (~) a b = EqBox (Eq# a b) +data (~) a b = Eq# ((~#) a b) -------------------------------------------------------------------------------- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
