This PR replaces `Iter(M).size` with the `Iter(M).count`. While the former used a special `IteratorSize` type class, the latter relies on `IteratorLoop`. The `IteratorSize` class is deprecated. The PR also renames lemmas about ranges be replacing `_Rcc` with `_rcc`, `_Rco` with `_roo` (and so on) in names, in order to be more consistent with the naming convention. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lake | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||