[project @ 2004-12-21 12:14:31 by simonpj]
authorsimonpj <unknown>
Tue, 21 Dec 2004 12:14:31 +0000 (12:14 +0000)
committersimonpj <unknown>
Tue, 21 Dec 2004 12:14:31 +0000 (12:14 +0000)
Remove debug output

ghc/compiler/typecheck/TcSimplify.lhs

index 98f89d3..ee3927d 100644 (file)
@@ -2302,7 +2302,7 @@ addNoInstanceErrs mb_what givens dicts
       = vcat [ addInstLoc [dict] ((ptext SLIT("Overlapping instances for") 
                                        <+> pprPred (dictPred dict))),
                sep [ptext SLIT("Matching instances") <> colon,
-                    nest 2 (vcat [pprDFuns dfuns, text "---", pprDFuns unifiers])],
+                    nest 2 (vcat [pprDFuns dfuns, pprDFuns unifiers])],
                ASSERT( not (null matches) )
                if not (isSingleton matches)
                then    -- Two or more matches