mathlib
89e18376
- fix(tactic/core): add subst' (#8129)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
fix(tactic/core): add subst' (#8129) `tactic.subst'` gives a better error message when the substituted variable is a local definition. It is hard to fix this in core (without touching C++ code), since `tactic.is_local_def` is in mathlib
Author
fpvandoorn
Parents
47c7c016
Loading