Mon Aug 6 21:39:07 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
UNDO: Implicitly import NDP stuff when vectorising
We add the following declaration to all vectorised modules:
import qualified as :NDP
This allows us to refer to NDP stuff by RdrName later on but does not expo
Simon Peyton-Jones wrote:
Interesting. Are you sure you *want* to refer to NDP stuff by RdrName?
Polluting the GblRdrEnv sounds suspicious to me
That was your suggestion! :-) Remember the problem of getting at
built-in PA dictionaries for certain types? Originally, we wanted to use
a class
| Subject: patch applied (ghc): Implicitly import NDP stuff when vectorising
|
| Mon Aug 6 21:39:07 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
| * Implicitly import NDP stuff when vectorising
|
| We add the following declaration to all vectorised modules:
|
| import qualifi
Mon Aug 6 21:39:07 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Implicitly import NDP stuff when vectorising
We add the following declaration to all vectorised modules:
import qualified as :NDP
This allows us to refer to NDP stuff by RdrName later on but does not expose