X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcoreSyn%2FCoreUtils.lhs;h=24b1f35cf2a5fec6ce9a8cc9161417d743d7b19b;hb=fda5605a79bc7bc5f0ef5bbaf241f89d951b65ce;hp=05a2520b063577df54499c98afbd049df499d586;hpb=63db52f1ae5f9d50cf9481c5de1f3ee109f642a5;p=ghc-hetmet.git diff --git a/ghc/compiler/coreSyn/CoreUtils.lhs b/ghc/compiler/coreSyn/CoreUtils.lhs index 05a2520..24b1f35 100644 --- a/ghc/compiler/coreSyn/CoreUtils.lhs +++ b/ghc/compiler/coreSyn/CoreUtils.lhs @@ -62,8 +62,6 @@ import Type ( Type, mkFunTy, mkForAllTy, ) import TysWiredIn ( boolTy, stringTy, trueDataCon, falseDataCon ) import CostCentre ( CostCentre ) -import Unique ( buildIdKey, augmentIdKey ) -import Util ( zipWithEqual, mapAccumL ) import Maybes ( maybeToBool ) import Outputable import TysPrim ( alphaTy ) -- Debugging only