patch applied (ghc): Implicitly import NDP stuff when vectorising
Roman Leshchinskiy
rl at cse.unsw.edu.au
Thu Aug 9 23:12:48 EDT 2007
Mon Aug 6 21:39:07 PDT 2007 Roman Leshchinskiy <rl at cse.unsw.edu.au>
* Implicitly import NDP stuff when vectorising
We add the following declaration to all vectorised modules:
import qualified <NDP interface module> as :NDP
This allows us to refer to NDP stuff by RdrName later on but does not expose
NDP names to the user's code.
M ./compiler/prelude/PrelNames.lhs +2
M ./compiler/rename/RnNames.lhs -1 +19
More information about the Cvs-ghc
mailing list