Add 'rec' to stmts in a 'do', and deprecate 'mdo'
[ghc-hetmet.git] / compiler / typecheck / TcEnv.lhs-boot
1 >module TcEnv where
2 >import TcRnTypes
3 >
4 >tcExtendIdEnv :: [TcId] -> TcM a -> TcM a