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