Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
afa39ba2
Commit
afa39ba2
authored
Oct 14, 2003
by
panne
Browse files
[project @ 2003-10-14 14:58:44 by panne]
Synched .hi-boot files with reality (untested)
parent
fa2ec5d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/rename/RnSource.hi-boot-5
View file @
afa39ba2
...
...
@@ -10,6 +10,6 @@ __export RnSource rnBindsAndThen rnBinds rnSrcDecls;
-> TcRnTypes.RnM (RnHsSyn.RenamedHsBinds, NameSet.DefUses) ;
1 rnSrcDecls :: HsDecls.HsGroup RdrName.RdrName
-> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name
, NameSet.DefUses
) ;
-> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name) ;
ghc/compiler/rename/RnSource.hi-boot-6
View file @
afa39ba2
...
...
@@ -9,5 +9,5 @@ rnBinds :: RdrHsSyn.RdrNameHsBinds
-> TcRnTypes.RnM (RnHsSyn.RenamedHsBinds, NameSet.DefUses) ;
rnSrcDecls :: HsDecls.HsGroup RdrName.RdrName
-> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name
, NameSet.DefUses
)
-> TcRnTypes.RnM (TcRnTypes.TcGblEnv, HsDecls.HsGroup Name.Name)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment