summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hi-boot-5
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rename/RnSource.hi-boot-5')
-rw-r--r--compiler/rename/RnSource.hi-boot-513
1 files changed, 0 insertions, 13 deletions
diff --git a/compiler/rename/RnSource.hi-boot-5 b/compiler/rename/RnSource.hi-boot-5
deleted file mode 100644
index 1ec4d52522..0000000000
--- a/compiler/rename/RnSource.hi-boot-5
+++ /dev/null
@@ -1,13 +0,0 @@
-__interface RnSource 1 0 where
-__export RnSource rnBindsAndThen rnBinds rnSrcDecls;
-
-1 rnBindsAndThen :: __forall [b] => [HsBinds.HsBindGroup RdrName.RdrName]
- -> ([HsBinds.HsBindGroup Name.Name]
- -> TcRnTypes.RnM (b, NameSet.FreeVars))
- -> TcRnTypes.RnM (b, NameSet.FreeVars) ;
-
-1 rnBinds :: [HsBinds.HsBindGroup RdrName.RdrName]
- -> TcRnTypes.RnM ([HsBinds.HsBindGroup Name.Name], NameSet.DefUses) ;
-
-1 rnSrcDecls :: HsDecls.HsGroup RdrName.RdrName
- -> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name)