Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
be5bbcf6
Commit
be5bbcf6
authored
Jul 19, 2004
by
simonpj
Browse files
[project @ 2004-07-19 11:26:13 by simonpj]
Comments only
parent
224f25a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/Var.lhs
View file @
be5bbcf6
...
...
@@ -70,7 +70,7 @@ data Var
-- cached here for speed
tyVarKind :: Kind }
| TcTyVar { -- Used only during type inference
| TcTyVar {
-- Used only during type inference
varName :: !Name, -- Could we get away without a Name?
realUnique :: FastInt,
tyVarKind :: Kind,
...
...
ghc/compiler/typecheck/TcBinds.lhs
View file @
be5bbcf6
...
...
@@ -802,7 +802,7 @@ We used to have a form
{-# SPECIALISE f :: <type> = g #-}
which promised that g implemented f at <type>, but we do that with
a RULE now:
{-#
SPECIALISE
(f::<type) = g #-}
{-#
RULES
(f::<type
>
) = g #-}
\begin{code}
tcSpecSigs :: [LSig Name] -> TcM (LHsBinds TcId)
...
...
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