This PR adds the `reduceBEq` and `reduceOrd` simprocs. They rewrite occurrences of `_ == _` resp. `Ord.compare _ _` if both arguments are constructors and the corresponding instance has been marked with `@[method_specs]` (introduced in #10302), which now by default is the case for derived instances. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||