aboutsummaryrefslogtreecommitdiff
path: root/src/F.hs
blob: 7268cfa647f4939f4e5d59b535c163c6f25c1018 (plain)
1
2
3
4
{-# LANGUAGE ForeignFunctionInterface #-}
module F where

foreign import ccall "some_c_function" c_some_c_function :: IO ()