X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcMatches.lhs;h=cb18b045006104e3f2f0fe4a74f93b4c01e6b1e3;hb=9ebb84f38266ba858689b74faa850b2f029e535c;hp=926d1dc09debc292b283bf33248c1b67d4172f79;hpb=b4556cace1b420341c3e3bc6c1d7a7f693c655e4;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcMatches.lhs b/compiler/typecheck/TcMatches.lhs index 926d1dc..cb18b04 100644 --- a/compiler/typecheck/TcMatches.lhs +++ b/compiler/typecheck/TcMatches.lhs @@ -65,7 +65,8 @@ tcMatchesFun fun_name inf matches exp_ty -- sensible location. Note: we have to do this odd -- ann-grabbing, because we don't always have annotations in -- hand when we call tcMatchesFun... - checkArgs fun_name matches + traceTc (text "tcMatchesFun" <+> (ppr fun_name $$ ppr exp_ty)) + ; checkArgs fun_name matches -- ToDo: Don't use "expected" stuff if there ain't a type signature -- because inconsistency between branches