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
Right now, the heuristic that tailRec uses to detect whether a recursive call is in the tail position is overly simple. Neither the checker, nor the transformer, allow for ternary expressions, for example.
The text was updated successfully, but these errors were encountered:
Right now, the heuristic that
tailRec
uses to detect whether a recursive call is in the tail position is overly simple. Neither the checker, nor the transformer, allow for ternary expressions, for example.The text was updated successfully, but these errors were encountered: