[project @ 2005-01-27 10:44:00 by simonpj]
[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