Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2540a99f
Commit
2540a99f
authored
Oct 16, 2000
by
sewardj
Browse files
[project @ 2000-10-16 16:34:33 by sewardj]
Make compile.
parent
0591c2b9
Changes
3
Show whitespace changes
Inline
Side-by-side
ghc/compiler/typecheck/TcBinds.lhs
View file @
2540a99f
...
...
@@ -4,7 +4,7 @@
\section[TcBinds]{TcBinds}
\begin{code}
module TcBinds ( tcBindsAndThen, tcTopBinds,
y
module TcBinds ( tcBindsAndThen, tcTopBinds,
tcSpecSigs, tcBindWithSigs ) where
#include "HsVersions.h"
...
...
@@ -58,7 +58,7 @@ import Util ( isIn )
import Maybes ( maybeToBool )
import BasicTypes ( TopLevelFlag(..), RecFlag(..), isNotTopLevel )
import FiniteMap ( listToFM, lookupFM )
import PrelNames ( ioTyCon
Key
, mainKey, hasKey )
import PrelNames ( ioTyCon
Name
, mainKey, hasKey )
import Outputable
\end{code}
...
...
ghc/compiler/typecheck/TcExpr.hi-boot-5
View file @
2540a99f
__interface TcExpr 1 0 where
__export TcExpr tcExpr ;
1 tcExpr ::
__forall [s] =>
1 tcExpr ::
RnHsSyn.RenamedHsExpr
-> TcMonad.TcType
-> TcMonad.TcM
s
(TcHsSyn.TcExpr, Inst.LIE) ;
-> TcMonad.TcM (TcHsSyn.TcExpr, Inst.LIE) ;
ghc/compiler/typecheck/TcMatches.hi-boot-5
View file @
2540a99f
__interface TcMatches 1 0 where
__export TcMatches tcGRHSs tcMatchesFun;
1 tcGRHSs ::
__forall [s] =>
1 tcGRHSs ::
RnHsSyn.RenamedGRHSs
-> TcMonad.TcType
-> HsExpr.StmtCtxt
-> TcMonad.TcM
s
(TcHsSyn.TcGRHSs, Inst.LIE) ;
1 tcMatchesFun ::
__forall [s] =>
-> TcMonad.TcM (TcHsSyn.TcGRHSs, Inst.LIE) ;
1 tcMatchesFun ::
[(Name.Name,Var.Id)]
-> Name.Name
-> TcMonad.TcType
-> [RnHsSyn.RenamedMatch]
-> TcMonad.TcM
s
([TcHsSyn.TcMatch], Inst.LIE) ;
-> TcMonad.TcM ([TcHsSyn.TcMatch], Inst.LIE) ;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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