Skip to content
GitLab
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
925cfa7c
Commit
925cfa7c
authored
Oct 26, 2007
by
simonpj@microsoft.com
Browse files
Add newline in debug print
parent
334a6323
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/simplCore/SimplCore.lhs
View file @
925cfa7c
...
...
@@ -429,7 +429,7 @@ simplifyPgm mode switches hsc_env us imp_rule_base guts
if max_iterations > 2 then
hPutStr stderr ("NOTE: Simplifier still going after " ++
show max_iterations ++
" iterations; bailing out. Size = " ++ show (coreBindsSize binds) )
" iterations; bailing out. Size = " ++ show (coreBindsSize binds)
++ "\n"
)
else
return ();
#endif
...
...
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