language-haskell
language-haskell copied to clipboard
Bug with type variables in foreign import declarations
foreign import ccall unsafe "memcmp"
memcmp :: Ptr a -> Ptr b -> CSize -> IO CInt
The type variables are incorrectly recognised as function names.