You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can stop traversing a tree in Tailrec as soon as we are not in tail
position anymore and we are not within a labeled block in tail position.
We keep traversing the tree however if the method is @tailrec annotated
to report errors on eventual recursive calls.
0 commit comments