X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsBinds.lhs;h=db83e15794d1ae98596f5e0e950b48875ff0b1a4;hb=1b7a99e3e7f64c6f402e8aece32ba0b9a3703bfa;hp=1e7f80bfb5d52108ab505d563b2f33e46ce6240f;hpb=6e0892adec42702e7879a23587d2c7210c55a078;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsBinds.lhs b/ghc/compiler/hsSyn/HsBinds.lhs index 1e7f80b..db83e15 100644 --- a/ghc/compiler/hsSyn/HsBinds.lhs +++ b/ghc/compiler/hsSyn/HsBinds.lhs @@ -15,20 +15,15 @@ import {-# SOURCE #-} HsMatches ( pprMatches, Match, pprGRHSs, GRHSs ) -- friends: import HsTypes ( HsType ) -import HsImpExp ( IE(..), ieName ) import CoreSyn ( CoreExpr ) -import PprCore () -- Instances for Outputable --others: -import Id ( Id ) import Name ( Name, isUnboundName ) import NameSet ( NameSet, elemNameSet, nameSetToList ) import BasicTypes ( RecFlag(..), Fixity ) import Outputable -import Bag import SrcLoc ( SrcLoc ) import Var ( TyVar ) -import Util ( thenCmp ) \end{code} %************************************************************************