Skip to content
GitLab
Menu
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
f2192521
Commit
f2192521
authored
Jan 28, 1999
by
simonpj
Browse files
[project @ 1999-01-28 12:14:00 by simonpj]
Fix missing dash in SimplCore.lhs, which resulted in bogus specialisations
parent
262affa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/simplCore/SimplCore.lhs
View file @
f2192521
...
...
@@ -368,7 +368,7 @@ tidyIdInfo env info
info3 = noUnfolding `setUnfoldingInfo` info2
tidy_item (tyvars, tys, rhs)
= (tyvars', tidyTypes env' tys, tidyExpr env rhs)
= (tyvars', tidyTypes env' tys, tidyExpr env
'
rhs)
where
(env', tyvars') = tidyTyVars env tyvars
\end{code}
...
...
Write
Preview
Supports
Markdown
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