Record the original text along with parsed Rationals: fixes #2245
[ghc-hetmet.git] / compiler / typecheck / TcEnv.lhs-boot
1 >module TcEnv where
2 >import TcRnTypes
3 >
4 >tcExtendIdEnv :: [TcId] -> TcM a -> TcM a