From: simonmar Date: Fri, 14 Apr 2000 15:15:48 +0000 (+0000) Subject: [project @ 2000-04-14 15:15:48 by simonmar] X-Git-Tag: Approximately_9120_patches~4691 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c5725b16ca7090841e54222ccf9122bdcb3f7047;p=ghc-hetmet.git [project @ 2000-04-14 15:15:48 by simonmar] Text => Show --- diff --git a/ghc/compiler/parser/Lex.lhs b/ghc/compiler/parser/Lex.lhs index ab4bf3c..f626f4f 100644 --- a/ghc/compiler/parser/Lex.lhs +++ b/ghc/compiler/parser/Lex.lhs @@ -232,7 +232,7 @@ data Token | ITunknown String -- Used when the lexer can't make sense of it | ITeof -- end of file token - deriving Text -- debugging + deriving Show -- debugging \end{code} -----------------------------------------------------------------------------