summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/safeLanguage/SafeLang08.stderr
blob: ae5d65861924cf7c5d2a3a4f7a9b34503f208916 (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 "SafeLang08_A" c_sin
        :: CDouble -> CDouble