[project @ 2001-12-11 21:19:35 by panne]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsCore.lhs
index 7843943..4c0ed19 100644 (file)
@@ -34,7 +34,7 @@ import HsTypes                ( HsType, pprParendHsType, pprHsTyVarBndr, toHsType,
 import Id              ( idArity, idType, isDataConId_maybe, isFCallId_maybe )
 import Var             ( varType, isId )
 import IdInfo          ( InlinePragInfo )
-import Name            ( Name, NamedThing(..), getName, toRdrName )
+import Name            ( Name, NamedThing(..), toRdrName )
 import RdrName         ( RdrName, rdrNameOcc )
 import OccName         ( isTvOcc )
 import CoreSyn