-
Notifications
You must be signed in to change notification settings - Fork 89
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
Type aliases are not resolved in FFI conversions #185
Comments
And
Can we fix this with a |
Yeah, I guess we can do that. There'll need to be a little bit of |
Does |
I just hit this; I don't think
alerts "[Object object]". Same for without |
👍 encountered this issue.. also tried using Automatic without success. Stripping type aliases out of my code has solved this temporarily, but it's not a nice solution. |
Reported by cmccann and lucca on irc, I reproduced it like this:
=>
So if the ffi signature is concrete as in
putStrLn
the encoding works, but not for the genericprint
.The text was updated successfully, but these errors were encountered: