Kyle Miller
|
4575799f8e
|
chore: library style cleanup (#9654)
This PR cleans up the style of the library in anticipation of a future
PR that requires strict indentation for tactic sequences.
|
2025-07-31 21:28:59 +00:00 |
|
Kim Morrison
|
196d899c02
|
feat: grind internal CommRing class (#7797)
This PR adds a monolithic `CommRing` class, for internal use by `grind`,
and includes instances for `Int`/`BitVec`/`IntX`/`UIntX`.
|
2025-04-03 08:30:19 +00:00 |
|
Scott Morrison
|
f1412ddb45
|
feat: enable failIfUnchanged by default in simp
|
2023-08-16 10:14:23 -07:00 |
|
Leonardo de Moura
|
7b3709e28a
|
chore: simplify proof in test for #1711
TODO: improve support for instance implicit arguments at `congr`
|
2022-10-10 07:29:53 -07:00 |
|
Leonardo de Moura
|
0041de5d1d
|
fix: congr tactic should not try to synthesize instance implicit arguments that have been inferred when applying congr theorem
see #1711
|
2022-10-10 07:24:27 -07:00 |
|