diff --git a/examples/tak.myc b/examples/tak.myc index 568f61e..959227e 100644 --- a/examples/tak.myc +++ b/examples/tak.myc @@ -1,7 +1,7 @@ ;; Takeuchi Function Benchmark ;; heavily recursive, benefits significantly from specialization of integer arithmetic ;; and direct function calls (skipping dynamic dispatch). -;; Output: 4 +;; Output: 5 ;; Benchmark: 468.7us (do