blob: 7b1cde3c7d455b1e664b823627aa9e9e64dbeb87 (
plain)
1
2
3
4
5
6
7
8
9
10
|
module GHC.Tc.Utils.Env where
import GHC.Tc.Types( TcM )
import GHC.Types.Var.Env( TidyEnv )
-- Annoyingly, there's a recursion between tcInitTidyEnv
-- (which does zonking and hence needs GHC.Tc.Utils.TcMType) and
-- addErrTc etc which live in GHC.Tc.Utils.Monad. Rats.
tcInitTidyEnv :: TcM TidyEnv
|