language-haskell icon indicating copy to clipboard operation
language-haskell copied to clipboard

Bug with type variables in foreign import declarations

Open sheaf opened this issue 4 years ago • 0 comments

    foreign import ccall unsafe "memcmp"
      memcmp :: Ptr a -> Ptr b -> CSize -> IO CInt

The type variables are incorrectly recognised as function names.

sheaf avatar Jun 02 '21 11:06 sheaf