On 21 February 2011 22:11, Job Vranish <job.vran...@gmail.com> wrote: > I'm curious, is it possible that your new timeout implementation would fix > this problem?: > doesntWork :: Int -> Int > doesntWork x = last $ cycle [x] > test :: IO (Maybe Bool) > test = timeout 1 $ evaluate $ doesntWork 5 == 5 -- never terminates, even > with the timeout
I just tested this with the new timeout and unfortunately it's not fixed. Bas _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe