From: simonpj Date: Mon, 6 Jan 2003 15:29:27 +0000 (+0000) Subject: [project @ 2003-01-06 15:29:27 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1298 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=97ee3b2415a81c20f11aea75a59a54e2556f6f12;p=ghc-hetmet.git [project @ 2003-01-06 15:29:27 by simonpj] Small extra tc-trace --- diff --git a/ghc/compiler/typecheck/TcBinds.lhs b/ghc/compiler/typecheck/TcBinds.lhs index 27365bd..32789f8 100644 --- a/ghc/compiler/typecheck/TcBinds.lhs +++ b/ghc/compiler/typecheck/TcBinds.lhs @@ -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) ) $