[project @ 2000-04-14 15:15:48 by simonmar]
authorsimonmar <unknown>
Fri, 14 Apr 2000 15:15:48 +0000 (15:15 +0000)
committersimonmar <unknown>
Fri, 14 Apr 2000 15:15:48 +0000 (15:15 +0000)
Text => Show

ghc/compiler/parser/Lex.lhs

index ab4bf3c..f626f4f 100644 (file)
@@ -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}
 
 -----------------------------------------------------------------------------