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)
commit5b2d14201d66e280368f37c922d164a356f18107
treeff1f6c8d1db3dfdd2c491f478023f64e997eaf69
parente12e8c14196fc87d15b382ef4c0201418f83b815
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