Skip to content
Snippets Groups Projects
Commit c5725b16 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-04-14 15:15:48 by simonmar]

Text => Show
parent 61b2f352
No related merge requests found
......@@ -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}
-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment