Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notation3 doesn't support unparenthesized multiple binders like Π₀ i j, δ i j #13496

Open
Komyyy opened this issue Jun 4, 2024 · 0 comments
Labels
t-meta Tactics, attributes or user commands

Comments

@Komyyy
Copy link
Collaborator

Komyyy commented Jun 4, 2024

This issue was found out in #13198.
The scoped binders in notation3 doesn't support unparenthesized multiple binders like Π₀ i j, δ i j.
The notation Π₀ i, β i is defined by the notation3 command, as notation3 "Π₀ "(...)", "r:(scoped f => DFinsupp f) => r.
When we use multiple binders on the notation3, we must parenthesize them like Π₀ (i) (j), δ i j. The parser doesn't recognize Π₀ i j, δ i j.
This is regression from Lean 3.

@Komyyy Komyyy added the t-meta Tactics, attributes or user commands label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-meta Tactics, attributes or user commands
Projects
None yet
Development

No branches or pull requests

1 participant