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

ulib: FStar.Range: allow inspecting the unsealed __range #3428

Merged
merged 3 commits into from
Sep 1, 2024

Conversation

mtzguido
Copy link
Member

We seal the __range to prevent unsoundness via the total functions that return a range, but operating over the __range is totally fine. In fact, we could expose the record from Compiler.Range.Type, but that is quite involved. I'm doing this now to enable a Pulse PR.

@mtzguido mtzguido merged commit 5db2e80 into FStarLang:master Sep 1, 2024
2 checks passed
@mtzguido mtzguido deleted the range branch September 1, 2024 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant