Adjust code from manual merges
[ghc-hetmet.git] / compiler / typecheck / TcEnv.lhs-boot
diff --git a/compiler/typecheck/TcEnv.lhs-boot b/compiler/typecheck/TcEnv.lhs-boot
new file mode 100644 (file)
index 0000000..4f25cee
--- /dev/null
@@ -0,0 +1,4 @@
+>module TcEnv where
+>import TcRnTypes
+>
+>tcExtendIdEnv :: [TcId] -> TcM a -> TcM a
\ No newline at end of file