Big tidy-up of deriving code
[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)