Reset the demand info on bindings going to top level (since they cannot be strict)
[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)