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

Use DeBruijnVar for all type-level variables #491

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Dec 11, 2024

Part of #361.

Now all the type-level variables (types, const generics, and trait clauses) can be bound or free. All existing uses become Free, some future uses (for trait methods in particular) will introduce Bound variables.

@Nadrieril Nadrieril merged commit aa56598 into AeneasVerif:main Dec 11, 2024
3 of 5 checks passed
@Nadrieril Nadrieril deleted the debruijn2 branch December 11, 2024 11:53
github-merge-queue bot pushed a commit to model-checking/kani that referenced this pull request Jan 3, 2025
Update Charon submodule to
AeneasVerif/charon@adc0a85

Relevant Charon PRs:
AeneasVerif/charon#457: This required updating
the code that creates places to also pass in the type.
AeneasVerif/charon#464: This replaced the
file-to-id hash table by a vector, thus requiring that we add one in
Kani's translation context.
AeneasVerif/charon#474: The translation context
is no longer parameterized by a lifetime
AeneasVerif/charon#491: This required changing
the type of indices

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: thanhnguyen-aws <[email protected]>
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