This PR implements the necessary typeclasses so that range notation works for integers. For example, `((-2)...3).toList = [-2, -1, 0, 1, 2] : List Int`. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||