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
-funbox-strict-fields
Handle unboxed tuples caused by -funbox-strict-fields
(Extricated from https://kitty-hawk.atlassian.net/browse/SW-3652)
The text was updated successfully, but these errors were encountered:
Should we mention this in the README, and perhaps set -fno-unbox-strict-fields in the DynFlagsPlugin (assuming I ever get around to adding it).
-fno-unbox-strict-fields
DynFlagsPlugin
Sorry, something went wrong.
Yeah, I can add it to the README when I get around to finding a suitable example. The one we encountered is
Linear.V3.$wcross :: forall a. Num a => a -> a -> a -> a -> a -> a -> (# a, a, a #)
And of course there's no HasRep (# C Double, C Double, C Double #).
HasRep (# C Double, C Double, C Double #)
No branches or pull requests
Handle unboxed tuples caused by
-funbox-strict-fields
(Extricated from https://kitty-hawk.atlassian.net/browse/SW-3652)
The text was updated successfully, but these errors were encountered: