[project @ 2000-10-12 15:17:55 by simonmar]
authorsimonmar <unknown>
Thu, 12 Oct 2000 15:17:55 +0000 (15:17 +0000)
committersimonmar <unknown>
Thu, 12 Oct 2000 15:17:55 +0000 (15:17 +0000)
isUnboundName moved

ghc/compiler/hsSyn/HsBinds.lhs

index b33ab92..f595936 100644 (file)
@@ -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