Safe Haskell | None |
---|---|
Language | Haskell98 |
Platform-specific dynamic linking support. Add new platforms to this file through conditional compilation.
Documentation
data ForeignFun Source
forall a . Fun | |
|
tryLoadLib :: [FilePath] -> String -> IO (Maybe DynamicLib) Source
tryLoadFn :: String -> DynamicLib -> IO (Maybe ForeignFun) Source