summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Module.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Module.hs-boot')
-rw-r--r--compiler/GHC/Tc/Module.hs-boot12
1 files changed, 12 insertions, 0 deletions
diff --git a/compiler/GHC/Tc/Module.hs-boot b/compiler/GHC/Tc/Module.hs-boot
new file mode 100644
index 0000000000..f1f5e31e8a
--- /dev/null
+++ b/compiler/GHC/Tc/Module.hs-boot
@@ -0,0 +1,12 @@
+module GHC.Tc.Module where
+
+import GhcPrelude
+import GHC.Core.Type(TyThing)
+import GHC.Tc.Types (TcM)
+import Outputable (SDoc)
+import GHC.Types.Name (Name)
+
+checkBootDeclM :: Bool -- ^ True <=> an hs-boot file (could also be a sig)
+ -> TyThing -> TyThing -> TcM ()
+missingBootThing :: Bool -> Name -> String -> SDoc
+badReexportedBootThing :: Bool -> Name -> Name -> SDoc