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
Avoid the closure creation. Downside: the function is no longer
tail recursive. But this hopefully matters less, since lists of
trees are rarely very long. If they do get longer to be dangerous
for stack overflows we fall back to a more conservative implementation.
0 commit comments