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
Many of the types we generate take Ptr (), but which should take Ptr a unless we know more about exactly what pointer type they need.
Ptr ()
Ptr a
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Patches welcome. =)
It really should just require threading a fresh variable supply through the type expander.
I’m on it ;)
Still looking for a solution. I guess we have to tweak values here, but I’m not sure at all.
Those are the ones. You basically just need to thread a free variable list into the function that generates that.
No branches or pull requests
Many of the types we generate take
Ptr ()
, but which should takePtr a
unless we know more about exactly what pointer type they need.The text was updated successfully, but these errors were encountered: