This PR adds a `value_of% ident` term that elaborates to the value of the local or global constant `ident`. This is useful for creating definition hypotheses: ```lean let x := ... complicated expression ... have hx : x = value_of% x := rfl ``` |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lean-toolchain | ||