You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let `h : Or a b`. We replace `cases' h with ha hb` with `rcases h with ha | hb`.
To get all uses of `cases'` apply the following diff and run `lake build -q > cases-targets`:
```diff
diff --git a/Mathlib/Tactic/Cases.lean b/Mathlib/Tactic/Cases.lean
index 34ad80c..944d54b992c 100644
0 commit comments