lean4-htt/src/Init/Data/Iterators
Paul Reichert 8eb0293098
feat: add MPL specs for slice for ... in (#11141)
This PR provides a polymorphic `ForIn` instance for slices and an MPL
`spec` lemma for the iteration over slices using `for ... in`. It also
provides a version specialized to `Subarray`.
2025-11-17 15:58:29 +00:00
..
Combinators feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
Consumers refactor: replace Iter(M).size with Iter(M).count (#10952) 2025-11-12 16:41:00 +00:00
Internal chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
Lemmas feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
Producers feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
Basic.lean feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
Combinators.lean feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
Consumers.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Internal.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Lemmas.lean feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
PostconditionMonad.lean feat: flatMap iterator combinator (#10728) 2025-10-14 12:50:54 +00:00
Producers.lean feat: List slices (#11019) 2025-11-14 11:33:25 +00:00
ToIterator.lean feat: add MPL specs for slice for ... in (#11141) 2025-11-17 15:58:29 +00:00