X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2Fmain%2FHscStats.lhs;h=85e692b57ba651bf48d1086c56453b53eec6a0e8;hb=bfd84739bc57ca094cecce331a72fcb0e720304b;hp=170175ab07aacf847d659bb3123e4255f1fc94af;hpb=40888e1d6141c919254f93545ae0d795e20ae4bf;p=ghc-hetmet.git diff --git a/ghc/compiler/main/HscStats.lhs b/ghc/compiler/main/HscStats.lhs index 170175a..85e692b 100644 --- a/ghc/compiler/main/HscStats.lhs +++ b/ghc/compiler/main/HscStats.lhs @@ -99,9 +99,9 @@ ppSourceStats short (L _ (HsModule _ exports imports ldecls _)) (inst_method_ds, method_specs, method_inlines) = foldr add3 (0,0,0) (map inst_info inst_decls) - count_bind (PatBind (L _ (VarPat n)) r) = (1,0) - count_bind (PatBind p r) = (0,1) - count_bind (FunBind f _ m) = (0,1) + count_bind (PatBind (L _ (VarPat n)) r _) = (1,0) + count_bind (PatBind p r _) = (0,1) + count_bind (FunBind f _ m) = (0,1) count_sigs sigs = foldr add4 (0,0,0,0) (map sig_info sigs)