From 8b7bf47488443366548f8dfd147eef9e802b66f3 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 25 Jul 1997 22:41:46 +0000 Subject: [PATCH] [project @ 1997-07-25 22:41:46 by sof] moved Outputable Int instance to Outputable --- ghc/compiler/simplCore/SimplMonad.lhs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ghc/compiler/simplCore/SimplMonad.lhs b/ghc/compiler/simplCore/SimplMonad.lhs index bb48d8f..d0b4358 100644 --- a/ghc/compiler/simplCore/SimplMonad.lhs +++ b/ghc/compiler/simplCore/SimplMonad.lhs @@ -210,10 +210,6 @@ showSimplCount (SimplCount _ stuff (_, unf1, unf2)) shw ((t,n):tns) | n /= 0 = show t ++ ('\t' : show n) ++ ('\n' : shw tns) | otherwise = shw tns - -- ToDo: move to Outputable -instance Outputable Int where - ppr sty n = int n - zeroSimplCount :: SimplCount zeroSimplCount = SimplCount ILIT(0) stuff (0, [], []) -- 1.7.10.4