Hi!

I'm running the latest hugs (feb 2000) on a sparcstation.

When I load the following script:

> fib' n = fibs!!n
>   where fibs = 0:1:zipWith(+)fibs(tail fibs)

and type:

fib' 100000

I get "Segmentation fault".
I don't know how important this is to you since you're moving over to the
STG backend, but it might be important to someone.

        /Josef

Reply via email to