Don't hardwire PA and PR dfuns in the vectoriser
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Thu, 15 Oct 2009 05:37:40 +0000 (05:37 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Thu, 15 Oct 2009 05:37:40 +0000 (05:37 +0000)
commitc5dbdf06b92472ef64b66a01f107ba30b65c3708
tree873c736423be9c85d858f875318a4bf25249561a
parenta139addf4890fc2167949680ead07ab809a9d98b
Don't hardwire PA and PR dfuns in the vectoriser

Instead, we simply find all available PA and PR instances and get our dfuns
from those.
compiler/deSugar/DsMonad.lhs
compiler/vectorise/VectBuiltIn.hs
compiler/vectorise/VectMonad.hs