Hi, Alastair!
Just noticed two things in 970410 hugs:
(1) A mispelling in line 142 of server.c:
"Error occured" should be "Error occurred"
(2) The Haskell compiler hbc doesn't like the superfluous comma
indicated below, but hugs doesn't complain. Just letting you know
in case this looseness in the syntax isn't intentional.
-------------part of Interact.hs
module Interact(
Interact(..),
end,
readChar, peekChar, unreadChar, pressAnyKey,
writeChar, writeStr,
readLine,
ringBell, <---- superfluous comma
) where
-----------------
Thanks again for an enjoyable program!
Mark A. Thomas
[EMAIL PROTECTED]