[project @ 2005-03-08 17:19:28 by simonmar]
[ghc-hetmet.git] / ghc / compiler / iface / TcIface.lhs-boot
1 \begin{code}
2 module TcIface where
3 import IfaceSyn  ( IfaceDecl )
4 import TypeRep   ( TyThing )
5 import TcRnTypes ( IfL )
6
7 tcIfaceDecl  :: IfaceDecl -> IfL TyThing
8 \end{code}
9