We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
impl
fn f(arg1: impl Clone, arg2: impl Clone) {}
Open this code snippet in the playground
The generated F* for this is:
let f (#impl_517411079_ #impl_517411079_: Type0) (#[FStar.Tactics.Typeclasses.tcresolve ()] i2: Core.Clone.t_Clone impl_517411079_) (#[FStar.Tactics.Typeclasses.tcresolve ()] i3: Core.Clone.t_Clone impl_330573305_) (arg1: impl_517411079_) (arg2: impl_330573305_) : Prims.unit = ()
impl_517411079_ is declared twice and impl_330573305_ is never declared.
impl_517411079_
impl_330573305_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Open this code snippet in the playground
The generated F* for this is:
impl_517411079_
is declared twice andimpl_330573305_
is never declared.The text was updated successfully, but these errors were encountered: