From: simonmar Date: Thu, 1 Mar 2001 16:07:46 +0000 (+0000) Subject: [project @ 2001-03-01 16:07:46 by simonmar] X-Git-Tag: Approximately_9120_patches~2496 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aa4539d5b44f3a0318a4a597a644cf9047211402;p=ghc-hetmet.git [project @ 2001-03-01 16:07:46 by simonmar] don't get $! from Util --- diff --git a/ghc/compiler/coreSyn/Subst.lhs b/ghc/compiler/coreSyn/Subst.lhs index 1866956..41891f6 100644 --- a/ghc/compiler/coreSyn/Subst.lhs +++ b/ghc/compiler/coreSyn/Subst.lhs @@ -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}