summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcEnv.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcEnv.hs-boot')
-rw-r--r--compiler/typecheck/TcEnv.hs-boot10
1 files changed, 0 insertions, 10 deletions
diff --git a/compiler/typecheck/TcEnv.hs-boot b/compiler/typecheck/TcEnv.hs-boot
deleted file mode 100644
index 23278b8d34..0000000000
--- a/compiler/typecheck/TcEnv.hs-boot
+++ /dev/null
@@ -1,10 +0,0 @@
-module TcEnv where
-
-import TcRnTypes( TcM )
-import GHC.Types.Var.Env( TidyEnv )
-
--- Annoyingly, there's a recursion between tcInitTidyEnv
--- (which does zonking and hence needs TcMType) and
--- addErrTc etc which live in TcRnMonad. Rats.
-tcInitTidyEnv :: TcM TidyEnv
-