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
what would the result of top() + [] and top() ++ [] be?
in an implementation that defines top() as matching everything, it would be very easy to make this simply match every element except the first, but that doesn't seem very useful.