Give the inferred type when warning of a missing type-signature (Trac #1256)
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs-boot
1 >module TcRnDriver where
2 >import HscTypes
3 >import DataCon
4 >import Foreign.Ptr
5 >
6 >tcRnRecoverDataCon :: HscEnv -> Ptr () -> IO (Maybe DataCon)