Two new warnings: arity differing from demand type, and strict IDs at top level
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs-boot
1 >module TcRnDriver where
2 >import HscTypes
3 >import DataCon
4 >
5 >tcRnRecoverDataCon :: HscEnv -> a -> IO (Maybe DataCon)