Alastair Reid <[EMAIL PROTECTED]> writes:

>   foreign import foo :: Float -> Char
>     
>       extern HsChar ffi_generated_foo(HsChar arg1);

Errm, shouldn't that be:

        extern HsChar ffi_generated_foo(HsFloat arg1);
                                        ^^^^^^^
??  Or is there some other trick involved here?
Regards,
    Malcolm

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

Reply via email to