Commit 2024-07-11 20:47 0679e1b6

View on Github →

chore(Data/Fin/Tuple/Basic): Fill in the API hole (partly) (#13568) As explained by the module doc, we are missing the Fin.succAbove equivalent of Fin.tail/Fin.init. In fact, it already exists as the second projection of extractNth, so this PR deletes extractNth and defines its second projection as a new function removeNth.

Estimated changes