Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1448e730
Commit
1448e730
authored
Aug 17, 2006
by
simonpj@microsoft.com
Browse files
One more hs-boot file
parent
8dabe4de
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcExpr.lhs-boot
View file @
1448e730
...
...
@@ -2,27 +2,26 @@
module TcExpr where
import HsSyn ( HsExpr, LHsExpr )
import Name ( Name )
import Var ( Id )
import TcType ( TcType, BoxySigmaType, BoxyRhoType )
import TcRnTypes( TcM, InstOrigin )
import TcType ( TcType, TcRhoType, BoxySigmaType, BoxyRhoType )
import TcRnTypes( TcM, TcId, InstOrigin )
tcPolyExpr ::
LHsExpr Name
-> BoxySigmaType
-> TcM (LHsExpr Id)
-> TcM (LHsExpr
Tc
Id)
tcMonoExpr ::
LHsExpr Name
-> BoxyRhoType
-> TcM (LHsExpr Id)
-> TcM (LHsExpr
Tc
Id)
tcInferRho ::
LHsExpr Name
-> TcM (LHsExpr Id, TcType)
-> TcM (LHsExpr
Tc
Id, Tc
Rho
Type)
tcSyntaxOp ::
InstOrigin
-> HsExpr Name
-> TcType
-> TcM (HsExpr Id)
-> TcM (HsExpr
Tc
Id)
\end{code}
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