summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnTypes.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcRnTypes.hs-boot')
-rw-r--r--compiler/typecheck/TcRnTypes.hs-boot10
1 files changed, 8 insertions, 2 deletions
diff --git a/compiler/typecheck/TcRnTypes.hs-boot b/compiler/typecheck/TcRnTypes.hs-boot
index b22f5c3ff8..dda9f627fe 100644
--- a/compiler/typecheck/TcRnTypes.hs-boot
+++ b/compiler/typecheck/TcRnTypes.hs-boot
@@ -1,6 +1,12 @@
module TcRnTypes where
--- Build ordering
-import GHC.Base()
+import TcType
+import SrcLoc
data TcLclEnv
+
+setLclEnvTcLevel :: TcLclEnv -> TcLevel -> TcLclEnv
+getLclEnvTcLevel :: TcLclEnv -> TcLevel
+
+setLclEnvLoc :: TcLclEnv -> RealSrcSpan -> TcLclEnv
+getLclEnvLoc :: TcLclEnv -> RealSrcSpan