From: simonmar Date: Thu, 12 Oct 2000 15:17:55 +0000 (+0000) Subject: [project @ 2000-10-12 15:17:55 by simonmar] X-Git-Tag: Approximately_9120_patches~3606 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ff55074d483155afc78cf151e1f5469ac13b5749;p=ghc-hetmet.git [project @ 2000-10-12 15:17:55 by simonmar] isUnboundName moved --- diff --git a/ghc/compiler/hsSyn/HsBinds.lhs b/ghc/compiler/hsSyn/HsBinds.lhs index b33ab92..f595936 100644 --- a/ghc/compiler/hsSyn/HsBinds.lhs +++ b/ghc/compiler/hsSyn/HsBinds.lhs @@ -19,7 +19,8 @@ import CoreSyn ( CoreExpr ) import PprCore ( {- Instances -} ) --others: -import Name ( Name, isUnboundName ) +import Name ( Name ) +import PrelNames ( isUnboundName ) import NameSet ( NameSet, elemNameSet, nameSetToList ) import BasicTypes ( RecFlag(..), Fixity ) import Outputable