lihaoyi/macropy

tail-call optimization is broken

jnhnum1 opened this issue · 0 comments

It can get confused if a tail-recursive function makes a non-tail call to another tail-recursive function.