Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / hsSyn / HsExpr.lhs
index 40866f4..2d111ee 100644 (file)
@@ -18,8 +18,7 @@ import HsBinds                ( HsLocalBinds, DictBinds, isEmptyLocalBinds,
                          HsWrapper, pprHsWrapper )
 
 -- others:
-import Type            ( Type, pprParendType )
-import Var             ( TyVar, Id )
+import Var             ( Id )
 import Name            ( Name )
 import BasicTypes      ( IPName, Boxity, tupleParens, Arity, Fixity(..) )
 import SrcLoc          ( Located(..), unLoc )