X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FhsSyn%2FHsTypes.lhs;h=68d2d90190ac6daa704c00c1f9912e0f5c6c7e5c;hb=1bf363052778fc39335ea3701a3229572358c51e;hp=ac6a0f9751162ddb0cf40e656ce1df4aa051c9b5;hpb=8c839b096be9a3fd44f4f681ed7f14fd95fe8ff9;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsTypes.lhs b/compiler/hsSyn/HsTypes.lhs index ac6a0f9..68d2d90 100644 --- a/compiler/hsSyn/HsTypes.lhs +++ b/compiler/hsSyn/HsTypes.lhs @@ -31,7 +31,8 @@ module HsTypes ( import {-# SOURCE #-} HsExpr ( HsSplice, pprSplice ) import Type ( Type ) -import Kind ( {- instance Outputable Kind -} Kind, +import {- Kind parts of -} + Type ( {- instance Outputable Kind -} Kind, pprParendKind, pprKind, isLiftedTypeKind ) import BasicTypes ( IPName, Boxity, tupleParens ) import SrcLoc ( Located(..), unLoc, noSrcSpan )