From 5daa3de55112387a79bff1df6c5037b23b90d72b Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 10 Apr 2000 13:49:48 +0000 Subject: [PATCH] [project @ 2000-04-10 13:49:48 by simonmar] Text => Show --- ghc/compiler/stranal/SaLib.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index 813410c..f3d5dc8 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -39,7 +39,7 @@ import Outputable data AnalysisKind = StrAnal -- We're doing strictness analysis | AbsAnal -- We're doing absence analysis - deriving Text + deriving Show \end{code} @AbsVal@ is the data type of HNF abstract values. -- 1.7.10.4