Skip to content
  • rl@cse.unsw.edu.au's avatar
    Implicitly import NDP stuff when vectorising · 5b2d1420
    rl@cse.unsw.edu.au authored
    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.
    5b2d1420