Skip to content

Commit

Permalink
Trace statements only
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Jun 10, 2013
1 parent 1cbfddb commit fc927b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/typecheck/TcPat.lhs
Expand Up @@ -685,6 +685,7 @@ tcConPat penv (L con_span con_name) pat_ty arg_pats thing_inside
arg_tys' = substTys tenv arg_tys
; traceTc "tcConPat" (ppr con_name $$ ppr ex_tvs' $$ ppr pat_ty' $$ ppr arg_tys')
; if null ex_tvs && null eq_spec && null theta
then do { -- The common case; no class bindings etc
-- (see Note [Arrows and patterns])
Expand Down

0 comments on commit fc927b3

Please sign in to comment.