Zulip Chat Archive
Stream: new members
Topic: fin n to list
Keeley Hoek (Jun 10 2019 at 07:42):
For l : list \alpha, is there a map `finth : fin l.length -> \alpha'?
Chris Hughes (Jun 10 2019 at 09:25):
list.nth and list.nth_le are the closest.
Last updated: May 02 2025 at 03:31 UTC