Skip to content

feat(fstar/proof-libs): add a lemma for simplifying double casts #1408

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

Merged
merged 3 commits into from
Apr 23, 2025

Conversation

W95Psp
Copy link
Collaborator

@W95Psp W95Psp commented Apr 17, 2025

This commit adds a lemma that rewrites x as T as U into x when x as type T and that U is an integer type bigger than T.

This commit adds a lemma that rewrites `x as T as U` into `x` when `x` as type `T` and that `U` is an integer type bigger than `T`.
@W95Psp W95Psp requested a review from a team as a code owner April 17, 2025 08:46
@W95Psp W95Psp requested a review from maximebuyse April 17, 2025 08:46
@W95Psp W95Psp enabled auto-merge April 23, 2025 09:22
@W95Psp W95Psp added this pull request to the merge queue Apr 23, 2025
Merged via the queue into main with commit a70584d Apr 23, 2025
16 checks passed
@W95Psp W95Psp deleted the add-cast-simplification-lemma branch April 23, 2025 10:00
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.

2 participants