|
I was confused about the behavior of root-trace link, what's the different between link "return" and link self(loop or recursion):
with log:
and
with log:
And what does link in root-trace actually do?
In
means first root trace and not in tail-recursion? and the inner condition:
what does this condition actually mean? |