lean4-htt/tests
Paul Reichert 55b89aaf38
feat: introduce drop iterator combinator (#8420)
This PR provides the iterator combinator `drop` that transforms any
iterator into one that drops the first `n` elements.

Additionally, the PR removes the specialized `IteratorLoop` instance on
`Take`. It currently does not have a `LawfulIteratorLoop` instance,
which needs to exist for the loop consumer lemmas to work. Having the
specialized instance is low priority.
2025-06-03 06:37:09 +00:00
..
bench
compiler fix: remove incorrect strictOr/strictAnd optimizations (#8594) 2025-06-02 16:14:56 +00:00
elabissues
ir
lean feat: introduce drop iterator combinator (#8420) 2025-06-03 06:37:09 +00:00
pkg feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lean-toolchain