External Core: print function types correctly, improve newtype pretty-printing
[ghc-hetmet.git] / compiler / coreSyn / ExternalCore.lhs
index 5754f84..2a8d152 100644 (file)
@@ -86,7 +86,7 @@ type Id = String
 primMname :: Mname
 -- For truly horrible reasons, this must be z-encoded.
 -- With any hope, the z-encoding will die soon.
-primMname = "ghc-prim:GHCziPrim"
+primMname = "ghczmprim:GHCziPrim"
 
 tcArrow :: Qual Tcon
 tcArrow = (primMname, "(->)")