remove the ITBL_SIZE constants which were wrong, but fortunately unused
[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)