I tried using the form http://haskell.org/hugs/bug-reports.html to report
these bugs, and got this error message:
--------------------------------------------------------------------------------
500 Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform them
of the time the error occurred , and anything you might have done
that may have caused the error.
Error: httpd: malformed header from script
--------------------------------------------------------------------------------
These are a few small flaws I've observed in the otherwise magnificent 20
June 99 version of Mac Hugs.
1. Monadic input is echoed, and should not be.
Unix Hugs:
Hugs session for:
/u/ham/share/hugs/lib/Prelude.hs
Type :? for help
Prelude> getChar
1
Prelude> getLine
12345
Mac Hugs:
Hugs session for:
Prelude.hs
Prelude> getChar
123
1
Prelude> 23
Prelude> getLine
123456
123456
Prelude>
Prelude>
2. Ctrl-D kills Hugs, even when it's running an interactive program.
What is the end-of-input signal for an interactive program?
3. Small font sizes' descenders are amputated.
4. Options are off by one from T on, and +W has no effect.
5. The effect of :cd is lost after one :load.
6. With setting -E"Liberty HR:[APPLICATIONS]:BBEdit Lite 4.1:BBEdit Lite 4.1",
:e <filename> evokes "Warning: Editor terminated abnormally".
Many thanks for making Haskell available on the Mac!
--Ham
------------------------------------------------------------------
Hamilton Richards Jr. Department of Computer Sciences
Senior Lecturer Mail Code C0500
512-471-9525 The University of Texas at Austin
SHC 434 Austin, Texas 78712-1188
[EMAIL PROTECTED]
------------------------------------------------------------------