-
Notifications
You must be signed in to change notification settings - Fork 236
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
Bad embedding for ident
#2444
Comments
W95Psp
added a commit
to W95Psp/FStar
that referenced
this issue
Feb 4, 2022
Closed
W95Psp
added a commit
to W95Psp/FStar
that referenced
this issue
Feb 14, 2022
This reverts commit 3ce15e0.
W95Psp
added a commit
to W95Psp/FStar
that referenced
this issue
Feb 14, 2022
W95Psp
added a commit
to W95Psp/FStar
that referenced
this issue
Feb 14, 2022
This reverts commit 613e474.
W95Psp
added a commit
to W95Psp/FStar
that referenced
this issue
Feb 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The embedding of
ident
seems wrong: it embedsident
s as tuples of typestring*range
instead of tuples of typerange*string
(as defined inFStar.Reflection.Types
).The following module
BadIdent
demonstrates the bug:The fix is quite easy, so I will open a PR :)
The text was updated successfully, but these errors were encountered: