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
The new if uses applicative-order evaluation. This means that each part of it is evaluated first so we'll get in a stuck at the recursive else statement.