This PR implements the following `grind_pattern` constraints: ```lean grind_pattern fax => f x where depth x < 2 grind_pattern fax => f x where is_ground x grind_pattern fax => f x where size x < 5 grind_pattern fax => f x where gen < 2 grind_pattern fax => f x where max_insts < 4 grind_pattern gax => g as where as =?= _ :: _ ``` |
||
|---|---|---|
| .. | ||
| bench | ||
| bench-radar | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lake | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||