X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fsupport%2Ftfvec.git;a=blobdiff_plain;f=Data%2FParam%2FTFVec.hs;fp=Data%2FParam%2FTFVec.hs;h=7a0fa1dcc0ab1d1d000bd497097944ebbec64297;hp=2357c21a9087bd94a0143b960c1e34e25d2b3e81;hb=74aad9e23f7b911124ece69b2886f4ec0c88e390;hpb=584c73fa731e6045764a79a865f43ee8103e3602 diff --git a/Data/Param/TFVec.hs b/Data/Param/TFVec.hs index 2357c21..7a0fa1d 100644 --- a/Data/Param/TFVec.hs +++ b/Data/Param/TFVec.hs @@ -69,7 +69,7 @@ import Prelude hiding ( zipWith, zip, unzip, concat, reverse, iterate ) import qualified Data.Foldable as DF (Foldable, foldr) import qualified Data.Traversable as DT (Traversable(traverse)) -import Language.Haskell.TH +import Language.Haskell.TH hiding (Pred) import Language.Haskell.TH.Syntax (Lift(..)) newtype (NaturalT s) => TFVec s a = TFVec {unTFVec :: [a]}