X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsTypes.lhs;h=7c173180744043e16fbb9da2d921b74aac37b301;hb=15cb792d18b1094e98c035dca6ecec5dad516056;hp=ac6a0f9751162ddb0cf40e656ce1df4aa051c9b5;hpb=8c839b096be9a3fd44f4f681ed7f14fd95fe8ff9;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsTypes.lhs b/compiler/hsSyn/HsTypes.lhs index ac6a0f9..7c17318 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 )