From: simonmar Date: Mon, 10 Apr 2000 13:49:48 +0000 (+0000) Subject: [project @ 2000-04-10 13:49:48 by simonmar] X-Git-Tag: Approximately_9120_patches~4759 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5daa3de55112387a79bff1df6c5037b23b90d72b;p=ghc-hetmet.git [project @ 2000-04-10 13:49:48 by simonmar] Text => Show --- 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.