[project @ 1997-05-26 03:14:46 by sof]
authorsof <unknown>
Mon, 26 May 1997 03:14:46 +0000 (03:14 +0000)
committersof <unknown>
Mon, 26 May 1997 03:14:46 +0000 (03:14 +0000)
Cosmetics

ghc/compiler/simplCore/SimplCase.lhs

index 9b9a5ad..64496ad 100644 (file)
@@ -779,8 +779,7 @@ mkCoCase env scrut (AlgAlts outer_alts
         v | scrut_is_var = Var scrut_var
           | otherwise    = Con con (map TyArg arg_tys ++ map VarArg args)
 
-    arg_tys = --trace "SimplCase:getAppData...:2" $
-             case (getAppDataTyConExpandingDicts (idType deflt_var)) of
+    arg_tys = case (getAppDataTyConExpandingDicts (idType deflt_var)) of
                (_, arg_tys, _) -> arg_tys
 
 mkCoCase env scrut (PrimAlts