mathlib
4fcf65c0 - fix(tactic/rcases): fix rcases? goal alignment (#5576)

Commit
4 years ago
fix(tactic/rcases): fix rcases? goal alignment (#5576) This fixes a bug in which `rcases?` will not align the goals correctly in the same manner as `rcases`, leading to a situation where the hint produced by `rcases?` does not work in `rcases`. Also fixes a bug where missing names will be printed as `[anonymous]` instead of `_`. Fixes #2794
Author
Parents
Loading