X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsExpr.lhs;h=2d111eeeec7107abd269993aa6d096d2e74b740e;hb=0da2eb6b04a57947fd2b32da9a648ad5eeeb6596;hp=40866f44d701e3da2aba2038ebcd8f78d801609e;hpb=e6d057711f4d6d6ff6342c39fa2b9e44d25447f1;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsExpr.lhs b/compiler/hsSyn/HsExpr.lhs index 40866f4..2d111ee 100644 --- a/compiler/hsSyn/HsExpr.lhs +++ b/compiler/hsSyn/HsExpr.lhs @@ -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 )