Less verbose debug print
authorsimonpj@microsoft.com <unknown>
Tue, 14 Dec 2010 18:02:48 +0000 (18:02 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 14 Dec 2010 18:02:48 +0000 (18:02 +0000)
compiler/typecheck/TcSMonad.lhs

index 1e99876..36c46b3 100644 (file)
@@ -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)
                         } ;