[project @ 2001-03-01 16:07:46 by simonmar]
authorsimonmar <unknown>
Thu, 1 Mar 2001 16:07:46 +0000 (16:07 +0000)
committersimonmar <unknown>
Thu, 1 Mar 2001 16:07:46 +0000 (16:07 +0000)
don't get $! from Util

ghc/compiler/coreSyn/Subst.lhs

index 1866956..41891f6 100644 (file)
@@ -62,7 +62,7 @@ import Var            ( Var, Id, TyVar, isTyVar )
 import Outputable
 import PprCore         ()              -- Instances
 import UniqFM          ( ufmToList )   -- Yuk (add a new op to VarEnv)
-import Util            ( mapAccumL, foldl2, seqList, ($!) )
+import Util            ( mapAccumL, foldl2, seqList )
 import FastTypes
 \end{code}