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

Improve handling of idents when generating Why3 code #1239

Open
jhjourdan opened this issue Nov 18, 2024 · 0 comments
Open

Improve handling of idents when generating Why3 code #1239

jhjourdan opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request soundness Enhance soundness

Comments

@jhjourdan
Copy link
Collaborator

My proposal: have an Ident type in the Why3 crate with a string and a unique identifier. The Why3 crates generates colision-free names when printing (while trying to use the string when possible), by maintaining the local environment. The Creusot crate needs to be audited to use this new API.

This is related with #108 .

@jhjourdan jhjourdan added enhancement New feature or request soundness Enhance soundness labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request soundness Enhance soundness
Projects
None yet
Development

No branches or pull requests

2 participants