diff options
Diffstat (limited to 'compiler/rename/RnSource.hi-boot-5')
-rw-r--r-- | compiler/rename/RnSource.hi-boot-5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/compiler/rename/RnSource.hi-boot-5 b/compiler/rename/RnSource.hi-boot-5 new file mode 100644 index 0000000000..1ec4d52522 --- /dev/null +++ b/compiler/rename/RnSource.hi-boot-5 @@ -0,0 +1,13 @@ +__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) |