[project @ 2005-01-10 23:00:53 by wolfgang]
[ghc-hetmet.git] / ghc / compiler / coreSyn / PprCore.lhs
index 10ad00c..1c20f51 100644 (file)
@@ -153,7 +153,6 @@ ppr_expr add_par expr@(App fun arg)
        other -> add_par (hang (pprParendExpr fun) 2 pp_args)
     }
 
--- gaw 2004
 ppr_expr add_par (Case expr var ty [(con,args,rhs)])
   = add_par $
     sep [sep [ptext SLIT("case") <+> parens (ppr ty) <+> pprCoreExpr expr,
@@ -168,7 +167,6 @@ ppr_expr add_par (Case expr var ty [(con,args,rhs)])
   where
     ppr_bndr = pprBndr CaseBind
 
--- gaw 2004
 ppr_expr add_par (Case expr var ty alts)
   = add_par $
     sep [sep [ptext SLIT("case") <+> parens (ppr ty) <+> pprCoreExpr expr,