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
There are a number of places where we use lists instead of non-empty lists. We should refactor to use NonEmpty instead of [] here to make the implementations safer.