I noticed what I think was a small bug when I was looking at the recursion limit issue. By the way, thanks for showing me how to use trampoline functions to escape tail call recursion issue, that blew my mind.
append only accepts a single argument, I think the patch keeps the semantics intact.
I noticed what I think was a small bug when I was looking at the recursion limit issue. By the way, thanks for showing me how to use trampoline functions to escape tail call recursion issue, that blew my mind.
append
only accepts a single argument, I think the patch keeps the semantics intact.