Thu Mar 27 11:54:36 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]>
* Change syntax for qualified names in External Core
Two changes that make the ext-core code uglier but the parser easier:
- Prefix qualified names with "^" so that we can more easily
distinguish a qualified name:
^a:Foo.Bar.quux
from an unqualified name:
a
- z-encode package names ("ghc-prim" was the culprit.)
M ./compiler/coreSyn/MkExternalCore.lhs -3 +7
M ./compiler/coreSyn/PprExternalCore.lhs -1 +4
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc