Open robrix opened 5 years ago
Shadowing a binding locally extends the context, but there are rules in e.g. Unifiers as Equivalences—Proof-Relevant Unification of Dependently Typed Data that require context extension to not re-bind names. We can deal with this by including lines/columns in local QNames.
QName
Shadowing a binding locally extends the context, but there are rules in e.g. Unifiers as Equivalences—Proof-Relevant Unification of Dependently Typed Data that require context extension to not re-bind names. We can deal with this by including lines/columns in local
QName
s.