during testing of an interpreter i'm currently working on, i uncovered the
following bug in Hugs98.
define and load the following function :
f ~[x] = [x]
the application of f to such things as [i, j .. k], enumFromTo i j, or
list comprehensions have failed to produce the correct result --- a
program error. Instead, some sort of infinite dump is thrown to screen.
hope this helps.
----------------------------------------------------------------------
Name: Ash Hafez
Email: [EMAIL PROTECTED]
Web: http://www.cs.uwa.edu.au/~ash
----------------------------------------------------------------------