diff options
author | simonmar <unknown> | 2000-07-11 16:12:59 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-07-11 16:12:59 +0000 |
commit | 1b7a99e3e7f64c6f402e8aece32ba0b9a3703bfa (patch) | |
tree | 2726d24ca1795f3743dd5955e7ebb0187d17ca3b /ghc/compiler/hsSyn/HsBinds.lhs | |
parent | 6e0892adec42702e7879a23587d2c7210c55a078 (diff) | |
download | haskell-1b7a99e3e7f64c6f402e8aece32ba0b9a3703bfa.tar.gz |
[project @ 2000-07-11 16:12:11 by simonmar]
remove unused imports
Diffstat (limited to 'ghc/compiler/hsSyn/HsBinds.lhs')
-rw-r--r-- | ghc/compiler/hsSyn/HsBinds.lhs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ghc/compiler/hsSyn/HsBinds.lhs b/ghc/compiler/hsSyn/HsBinds.lhs index 1e7f80bfb5..db83e15794 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} %************************************************************************ |