lean3
lean3 copied to clipboard
`tactic.copy_attribute`: local ==> permanent
tactic.copy_attribute
copies local attributes as permanent ones.
To fix it, we need an API for checking whether an attribute is local or not.
This bug is affecting transport_multiplicative_to_additive
.
See PR #1894