diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-07-23 09:11:33 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-07-23 09:11:33 +0100 |
commit | be86a8f7ea6caf184521cb7cf937edc53126e2d7 (patch) | |
tree | 9d52da41a16e2796e79f0d23386c153c80ffec17 | |
parent | 4666be5d9471b8227f5e24c0b7860e84923489db (diff) | |
download | haskell-be86a8f7ea6caf184521cb7cf937edc53126e2d7.tar.gz |
Less voluminous debug printing with -ddump-tc-trace
-rw-r--r-- | compiler/typecheck/TcSMonad.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 4073e4e6f8..9fb24064bc 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -1593,7 +1593,7 @@ matchClass clas tys ([], _unifs, _) -- Nothing matches -> do { traceTcS "matchClass not matching" $ vcat [ text "dict" <+> ppr pred - , ppr instEnvs ] + {- , ppr instEnvs -} ] ; return MatchInstNo } ; |