Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / typecheck / TcEnv.lhs-boot
1 >module TcEnv where
2 >import TcRnTypes
3 >
4 >tcExtendIdEnv :: [TcId] -> TcM a -> TcM a