Skip to content
Snippets Groups Projects
Commit 6e30aeae authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Add a tiny bit more tracing

parent 115eb4a8
No related merge requests found
......@@ -674,7 +674,8 @@ simpl_loop n implics
| n > 10
= traceTcS "solveWanteds: loop!" empty >> return implics
| otherwise
= do { (floated_eqs, unsolved_implics) <- solveNestedImplications implics
= do { traceTcS "simpl_loop, iteration" (int n)
; (floated_eqs, unsolved_implics) <- solveNestedImplications implics
; if isEmptyBag floated_eqs
then return unsolved_implics
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment