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

[ProVerif] Translate generic types #1314

Open
jschneider-bensch opened this issue Feb 17, 2025 · 0 comments
Open

[ProVerif] Translate generic types #1314

jschneider-bensch opened this issue Feb 17, 2025 · 0 comments

Comments

@jschneider-bensch
Copy link
Contributor

In the following snippet, the ProVerif backend will not emit type declarations for the generic type T.

trait Rng {}

fn f<T: Rng>(rng: &mut T) {
    hax_lib::proverif!("$:{T}");
}

https://hax-playground.cryspen.com/#pro-verif/latest-main/gist=94e5cc836642b4eb90274eafde793b57

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

No branches or pull requests

1 participant