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
e491aa14
Commit
e491aa14
authored
Dec 14, 2010
by
simonpj@microsoft.com
Browse files
Less verbose debug print
parent
ca9e79e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcSMonad.lhs
View file @
e491aa14
...
...
@@ -947,7 +947,7 @@ matchClass clas tys
; traceTcS "matchClass success"
(vcat [text "dict" <+> ppr pred,
text "witness" <+> ppr dfun_id
<+> ppr (idType dfun_id)
, ppr instEnvs
])
<+> ppr (idType dfun_id) ])
-- Record that this dfun is needed
; return $ MatchInstSingle (dfun_id, inst_tys)
} ;
...
...
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