2 Jul
2003
2 Jul
'03
9:19 a.m.
Hi, this code causes the Windows version to quit immediatly without an error:
import List crash a b c = if b `isPrefixOf` a then c else crash a b (c + 1)
crash "a" "b" 1
On Linux someone reported on comp.lang.functional that it produces the error "ERROR - Garbage collector fails to reclaim sufficient space" and don't crash. Regards, Frank
8316
Age (days ago)
8316
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frank Buss