0de156bcfa3e04a6bf37ca79d13f2f0e71ff4be9
[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)