summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/safeLanguage/SafeLang08.stderr
blob: 7d06e2f11cc1b11f183a0f8ee17cbe1115ea5f70 (plain)
1
2
3
4
5
6
7

SafeLang08.hs:9:1:
    Unacceptable result type in foreign declaration:
      Safe Haskell is on, all FFI imports must be in the IO monad
    When checking declaration:
      foreign import ccall safe "static SafeLang08_A" c_sin
        :: CDouble -> CDouble