Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9246f7c8
Commit
9246f7c8
authored
Oct 26, 2012
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve trace
parent
b01edb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
compiler/typecheck/Inst.lhs
compiler/typecheck/Inst.lhs
+2
-2
No files found.
compiler/typecheck/Inst.lhs
View file @
9246f7c8
...
...
@@ -216,8 +216,8 @@ instCallConstraints orig preds
| null preds
= return idHsWrapper
| otherwise
= do {
traceTc "instCallConstraints" (pprTheta
preds
)
;
evs <- mapM go preds
= do {
evs <- mapM go
preds
;
traceTc "instCallConstraints" (ppr evs)
; return (mkWpEvApps evs) }
where
go pred
...
...
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