Fix vectorisation of recursive types
[ghc-hetmet.git] / compiler / vectorise / Vectorise / Monad / Base.hs
index 98da3fe..c2c314f 100644 (file)
@@ -77,7 +77,6 @@ maybeCantVectoriseM s d p
         Just x  -> return x
         Nothing -> cantVectorise s d
 
-
 -- Control --------------------------------------------------------------------
 -- | Return some result saying we've failed.
 noV :: VM a