Deal correctly with infix type constructors in GADT decls
[ghc-hetmet.git] / compiler / iface / TcIface.hi-boot-6
1 module TcIface where
2
3 tcIfaceDecl  :: IfaceSyn.IfaceDecl -> TcRnTypes.IfL TypeRep.TyThing
4 tcIfaceInst  :: IfaceSyn.IfaceInst -> TcRnTypes.IfL InstEnv.Instance
5 tcIfaceRule  :: IfaceSyn.IfaceRule -> TcRnTypes.IfL CoreSyn.CoreRule
6
7