blob: d5e2a279018138d2abc850575655822e62489466 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ccfail005.hs:14:1:
Unacceptable argument type in foreign declaration:
āDā cannot be marshalled in a foreign call
When checking declaration: foreign import ccall safe f1 :: F Bool
ccfail005.hs:15:1:
Unacceptable result type in foreign declaration:
āDā cannot be marshalled in a foreign call
When checking declaration: foreign import ccall safe f2 :: F Char
|