[commit: ghc] master: Make typeRep_RDR use typeRep# instead of typeRep (f712751)
git at git.haskell.org
git at git.haskell.org
Fri Sep 27 07:19:27 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f71275155da69339a58eb470d59f5cc5d1a5071c/ghc
>---------------------------------------------------------------
commit f71275155da69339a58eb470d59f5cc5d1a5071c
Author: Austin Seipp <austin at well-typed.com>
Date: Thu Sep 26 01:42:51 2013 -0500
Make typeRep_RDR use typeRep# instead of typeRep
Authored-by: Edward Kmett <ekmett at gmail.com>
Authored-by: Austin Seipp <austin at well-typed.com>
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
f71275155da69339a58eb470d59f5cc5d1a5071c
compiler/prelude/PrelNames.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/prelude/PrelNames.lhs b/compiler/prelude/PrelNames.lhs
index 6b0c432..a176cb6 100644
--- a/compiler/prelude/PrelNames.lhs
+++ b/compiler/prelude/PrelNames.lhs
@@ -636,7 +636,7 @@ showParen_RDR = varQual_RDR gHC_SHOW (fsLit "showParen")
typeRep_RDR, mkTyCon_RDR, mkTyConApp_RDR,
oldTypeOf_RDR, oldMkTyCon_RDR, oldMkTyConApp_RDR :: RdrName
-typeRep_RDR = varQual_RDR tYPEABLE_INTERNAL (fsLit "typeRep")
+typeRep_RDR = varQual_RDR tYPEABLE_INTERNAL (fsLit "typeRep#")
mkTyCon_RDR = varQual_RDR tYPEABLE_INTERNAL (fsLit "mkTyCon")
mkTyConApp_RDR = varQual_RDR tYPEABLE_INTERNAL (fsLit "mkTyConApp")
oldTypeOf_RDR = varQual_RDR oLDTYPEABLE_INTERNAL (fsLit "typeOf")
More information about the ghc-commits
mailing list