mathlib3
c8ab806e
- feat(tactic/alias.lean): use current namespace in alias (#14961)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
feat(tactic/alias.lean): use current namespace in alias (#14961) This makes `alias foo <- bar` use the current namespace to resolve the new alias name `bar`, for consistency with `def bar := foo` and leanprover-community/mathlib4#293.
Author
digama0
Parents
5de765c5
Loading