:yell "...Load example file" :yell "tested with igor2-0.5.9.6" :l ./ECAI2010.hs; :s +enhanced; :s +simplify; :g allodd ; :g andL ; --:g droP ; :g evens ; :g fib with fibAdd ; :g flatten with flatapp ; :g hanoi ; :g lasts ; :g lengths ; :g mirror ; :g odD, eveN; :g powset with powapp ; :g reversE ; :g reversE with appenD; :g reversE with lasT ; :g shiftl ; :g shiftr ; --:y "FAILS 'takE' Stop after 1 loops in debug mode!" --:s +debug; :s maxLoops=1; :g takE; :s -debug; :y "Do it again without catamorphisms!" :s -enhanced; :y "FAILS 'allodd' Stop after 1 loops in debug mode!" :s +debug; :s maxLoops=1; :g allodd; :s -debug; :y "FAILS 'andL' Stop after 1 loops in debug mode!" :s +debug; :s maxLoops=1; :g andL; :s -debug; --:g droP ; :g evens ; :g fib with fibAdd ; :g flatten with flatapp ; :g hanoi ; :g lasts ; :g lengths ; :g mirror ; :g odD, eveN; :g powset with powapp ; :g reversE ; :g reversE with appenD; :g reversE with lasT ; :g shiftl ; :g shiftr ; --:g takE ; :q