We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Munged KORE identifiers tend to be very long. The current implementation only replaces - by _ to obtain a valid Lean identifier.
-
_
Instead, we could do the following:
Lbl
«
»
Note that since Lbl is dropped from the symbol identifier, the Sort prefix has to be preserved in sort identifiers to avoid collision.
Sort
The text was updated successfully, but these errors were encountered:
1f7f4a9
Successfully merging a pull request may close this issue.
Munged KORE identifiers tend to be very long. The current implementation only replaces
-
by_
to obtain a valid Lean identifier.Instead, we could do the following:
Lbl
prefix (if any), then unmunge. If it is a valid Lean 4 identifier, done.«
and»
.Note that since
Lbl
is dropped from the symbol identifier, theSort
prefix has to be preserved in sort identifiers to avoid collision.The text was updated successfully, but these errors were encountered: