X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcType.lhs-boot;h=191badd9437c0e29cece647bdc93b185a20e9f44;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=2b7a0c3509def86ee95bff13c60083ea56da2d88;hpb=508a505e9853984bfdaa3ad855ae3fcbc6d31787;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcType.lhs-boot b/ghc/compiler/typecheck/TcType.lhs-boot index 2b7a0c3..191badd 100644 --- a/ghc/compiler/typecheck/TcType.lhs-boot +++ b/ghc/compiler/typecheck/TcType.lhs-boot @@ -1,5 +1,7 @@ \begin{code} module TcType where +import Outputable( SDoc ) data TcTyVarDetails +pprTcTyVarDetails :: TcTyVarDetails -> SDoc \end{code}