--- Wolfgang Thaller <[EMAIL PROTECTED]> wrote:
> foreign import ccall "wrapper" mkCallback :: IO ()
> -> FunPtr (IO ())

Answering my own question, this should be:

foreign import ccall "wrapper" mkCallback :: IO () ->
  IO( FunPtr (IO ()) )


David J. Sankel
_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to