At real.comm_ring, `add` is `@add real real_has_add`. This is bad for any tactic (e.g., blast) that only unfolds reducible definitions. `add` is not reducible. So, the tactic will not be able to establish that `@add real real_has_add` is definitionally equal to `real.add`. |
||
|---|---|---|
| .. | ||
| algebra | ||
| data | ||
| examples | ||
| init | ||
| logic | ||
| theories | ||
| tools | ||
| .gitignore | ||
| .project | ||
| library.md | ||
| standard.lean | ||