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 am currently looking to port lookup, lookupBy, insertAt, and deleteAt from Idris2, but I am not sure if they are exactly required in Agda. It does look like that they do not exist in Agda. If they should be added in, should the API of lookup and lookupBy stay the same, or should it be changed (given that I could not find any such pair of functions in Agda)? Thanks!