X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcType.lhs-boot;fp=compiler%2Ftypecheck%2FTcType.lhs-boot;h=191badd9437c0e29cece647bdc93b185a20e9f44;hp=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2 diff --git a/compiler/typecheck/TcType.lhs-boot b/compiler/typecheck/TcType.lhs-boot new file mode 100644 index 0000000..191badd --- /dev/null +++ b/compiler/typecheck/TcType.lhs-boot @@ -0,0 +1,7 @@ +\begin{code} +module TcType where +import Outputable( SDoc ) + +data TcTyVarDetails +pprTcTyVarDetails :: TcTyVarDetails -> SDoc +\end{code}