Add traceTc in tcSimplifyDefault
[ghc-hetmet.git] / compiler / typecheck / TcSimplify.lhs
index b771502..30718c2 100644 (file)
@@ -2890,7 +2890,7 @@ tcSimplifyDefault theta
     if null irreds then
        returnM ()
     else
-       failM
+       traceTc (ptext SLIT("tcSimplifyDefault failing")) >> failM
   where
     doc = ptext SLIT("default declaration")
 \end{code}