Implicitly import NDP stuff when vectorising
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 7 Aug 2007 04:39:07 +0000 (04:39 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 7 Aug 2007 04:39:07 +0000 (04:39 +0000)
commit82661b7fb0e50e614546658deef1086247f54d9d
tree5d8d7e6d796a3ca87e110f4f09acc8fcfbaf3ef9
parente6b66d7de77488cbd1852a86cfe135a07e80616f
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.
compiler/prelude/PrelNames.lhs
compiler/rename/RnNames.lhs