[project @ 2003-01-06 15:29:27 by simonpj]
authorsimonpj <unknown>
Mon, 6 Jan 2003 15:29:27 +0000 (15:29 +0000)
committersimonpj <unknown>
Mon, 6 Jan 2003 15:29:27 +0000 (15:29 +0000)
Small extra tc-trace

ghc/compiler/typecheck/TcBinds.lhs

index 27365bd..32789f8 100644 (file)
@@ -243,6 +243,7 @@ tcBindWithSigs top_lvl mbind sigs is_rec
                            Just sig -> tcSigPolyId sig                 -- Signature
                            Nothing  -> mkLocalId name forall_a_a       -- No signature
        in
+       traceTc (text "tcBindsWithSigs: error recovery" <+> ppr binder_names)   `thenM_`
        returnM (EmptyMonoBinds, poly_ids)
     )                                          $