Compare commits

...

2 Commits

Author SHA1 Message Date
Kim Morrison
961df5da44 fix test 2025-11-05 05:13:29 +01:00
Kim Morrison
cdf6a31a77 feat: grind cases on Sum 2025-11-05 04:40:48 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -11,4 +11,4 @@ public import Init.Grind.Tactics
public section
attribute [grind cases eager] And False Empty True PUnit Exists Subtype Prod PProd MProd
attribute [grind cases] Or
attribute [grind cases] Or Sum PSum

View File

@@ -10,5 +10,4 @@ def sumEquivSigmaBool (α β) : Equiv (α ⊕ β) (Σ b, bif b then β else α)
| false, a => .inl a
| true, b => .inr b
left_inv := fun s => by
fail_if_success grind
sorry
grind