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
I'm not sure Pull.Array.index is safe. For instance, I could take some non-dupable x :: a, put it into a singleton Pull Array, then linearly take its 0th element twice, giving me two copies of x and the array around, meaning I've duplicated x (with some spare).