Store a SrcSpan instead of a SrcLoc inside a Name
[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)