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

[project @ 2000-04-10 13:31:00 by simonmar]

change Text to Show, several years too late
parent bb864806
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ data DllFlavour = NotDll -- Ordinary module ...@@ -85,7 +85,7 @@ data DllFlavour = NotDll -- Ordinary module
dll = Dll dll = Dll
notDll = NotDll notDll = NotDll
instance Text DllFlavour where -- Just used in debug prints of lex tokens instance Show DllFlavour where -- Just used in debug prints of lex tokens
showsPrec n NotDll s = s showsPrec n NotDll s = s
showsPrec n Dll s = "dll " ++ s showsPrec n Dll s = "dll " ++ s
\end{code} \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