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
This hoists a clause in a complex conditional to the 'if' statement
above it, converting that to two conditionals from one, while decreasing
the number in the much larger interior 'if' by 1.
This is in preparation for further simplifications in the next few
commits.
0 commit comments