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
fa7b383d
Commit
fa7b383d
authored
Apr 20, 2011
by
Simon Peyton Jones
Browse files
Dont print "Constraint solver steps = n" if -dno-debug-output is on
parent
b187c221
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcSMonad.lhs
View file @
fa7b383d
...
...
@@ -528,7 +528,8 @@ runTcS context untouch tcs
#ifdef DEBUG
; count <- TcM.readTcRef step_count
; when (count > 0) $
TcM.dumpTcRn (ptext (sLit "Constraint solver steps =") <+> int count <+> ppr context)
TcM.debugDumpTcRn (ptext (sLit "Constraint solver steps =")
<+> int count <+> ppr context)
#endif
-- And return
; ev_binds <- TcM.readTcRef evb_ref
...
...
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