X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=examples%2FMarkus%2Fstress_test.spl;h=0cb22c58f4c8e840b1265b318ba3fc93fde59634;hb=39f7799760a30737f57fb2b8ccdb15074ee9ac45;hp=11e52b2bac9ab307ff4df7587f5bc444286d4561;hpb=72fb877d00efbba5cc4540ee2e76fbb01c6f572d;p=cc1516.git diff --git a/examples/Markus/stress_test.spl b/examples/Markus/stress_test.spl index 11e52b2..0cb22c5 100644 --- a/examples/Markus/stress_test.spl +++ b/examples/Markus/stress_test.spl @@ -2,7 +2,8 @@ f0(x) { return (x, x); } f1(x) { return f0(f0(x)); } -// f2(x) { return f1(f1(x)); } -// f3(x) { return f2(f2(x)); } -// f4(x) { return f3(f3(x)); } +f2(x) { return f1(f1(x)); } +f3(x) { return f2(f2(x)); } +//f4(x) { return f3(f3(x)); } //using f4 gives Heap-full // f5(x) { return f4(f4(x)); } +main() {return;} \ No newline at end of file