lean4-htt/src/Init/Data/Iterators/Producers
Paul Reichert 1590a72913
feat: make FinitenessRelation part of the public API (#11789)
This PR makes the `FinitenessRelation` structure, which is helpful when
proving the finiteness of iterators, part of the public API. Previously,
it was marked internal and experimental.
2025-12-29 20:45:41 +00:00
..
Monadic feat: make FinitenessRelation part of the public API (#11789) 2025-12-29 20:45:41 +00:00
List.lean refactor: move Iter and others from Std.Iterators to Std (#11446) 2025-12-15 08:24:12 +00:00
Monadic.lean