summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/NonreducingFfiSignature.stderr
blob: 22a6c7dc267dc416f51450bbc178c273c9912840 (plain)
1
2
3
4
5
6
NonreducingFfiSignature.hs:12:1:
     Unacceptable result type in foreign declaration:
        ‘Foo Int’ cannot be marshalled in a foreign call
     When checking declaration:
        foreign import ccall safe "math.h pow" c_pow
          :: CDouble -> CDouble -> Foo Int