patch applied (ghc): Implicitly import NDP stuff when vectorising

2007-08-14 Thread Roman Leshchinskiy
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

Re: patch applied (ghc): Implicitly import NDP stuff when vectorising

2007-08-10 Thread Roman Leshchinskiy
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

RE: patch applied (ghc): Implicitly import NDP stuff when vectorising

2007-08-10 Thread Simon Peyton-Jones
| 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

patch applied (ghc): Implicitly import NDP stuff when vectorising

2007-08-09 Thread Roman Leshchinskiy
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