Compare commits

...

2 Commits

Author SHA1 Message Date
Kim Morrison
03a299ad7a . 2025-07-03 16:35:08 +10:00
Kim Morrison
6088bf93ca chore: add grind panic example 2025-07-03 16:33:41 +10:00

View File

@@ -0,0 +1,4 @@
@[grind =]
theorem inv_eq {α : Type} [One α] [Mul α] [Inv α] {a b : α} (w : a * b = 1) : a⁻¹ = b := sorry
theorem test {α : Type} [One α] [Mul α] [Inv α] {a b : α} (w : a * b = 1) : a⁻¹ = b := by grind --panic