Zulip Chat Archive
Stream: lean4
Topic: Fintype elements
Alexander Bentkamp (Apr 19 2022 at 09:03):
In a metaprogram, how can I iterate over all elements of a given Fintype
? Both the Fintype
and the elements are supposed to be Expr
s in my metaprogram.
Last updated: May 02 2025 at 03:31 UTC