lean4-htt/src/Std/Data/Iterators
Paul Reichert 16919852d9
refactor: remove last appearances of allowNontermination (#12211)
This PR updates docstrings and function signatures in order to complete
the transition from `Iter.Partial` to `Iter.Total` (extrinsically
terminating by default). It also deprecates `allowNontermination` and
adds `Iter.Total.atIdxSlow?`.
2026-01-29 07:22:19 +00:00
..
Combinators feat: use MonadAttach in the takeWhileM and dropWhileM iterator combinators (#11852) 2025-12-31 12:38:21 +00:00
Lemmas refactor: remove last appearances of allowNontermination (#12211) 2026-01-29 07:22:19 +00:00
Producers feat: make FinitenessRelation part of the public API (#11789) 2025-12-29 20:45:41 +00:00
Combinators.lean feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
Lemmas.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Producers.lean feat: List slices (#11019) 2025-11-14 11:33:25 +00:00