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
No description provided.
The text was updated successfully, but these errors were encountered:
Example:
module T7243 where import Foreign.Ptr foreign import ccall "wrapper" foo :: IO (FunPtr ())
Results in
T7243.hs:4:1: error: [GHC-91490] • Unacceptable type in foreign declaration: One argument expected • When checking declaration: foreign import ccall safe "wrapper" foo :: IO (FunPtr ())
GHC issue tracker: https://gitlab.haskell.org/ghc/ghc/-/issues/7243
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: