[Haskell-cafe] Infinite loop?

Jon Fairbairn jon.fairbairn at cl.cam.ac.uk
Fri Feb 17 12:19:53 EST 2006


On 2006-02-17 at 20:12GMT rgo wrote:
> Hi all,
> my program probably goes into infinite loop... But i cannot understand where and why.

getDirectoryContents will include "." and "..", so if you
follow those, you're bound to loop.

-- 
Jón Fairbairn                              Jon.Fairbairn at cl.cam.ac.uk




More information about the Haskell-Cafe mailing list