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
1713673d
Commit
1713673d
authored
Mar 08, 1999
by
simonm
Browse files
[project @ 1999-03-08 10:40:46 by simonm]
s/show/showSDoc/ Discovered-by: removing instance Show (->) :-)
parent
3f767306
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/simplStg/SimplStg.lhs
View file @
1713673d
...
...
@@ -127,7 +127,7 @@ stg2stg stg_todos module_name us binds
end_pass us2 what ccs binds2
= -- report verbosely, if required
(if do_verbose_stg2stg then
hPutStr stderr (show
hPutStr stderr (show
SDoc
(text ("*** "++what++":") $$ vcat (map ppr binds2)
))
else return ()) >>
...
...
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