Safe Haskell | None |
---|
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
|
data DynamicLib Source
Constructors
Lib | |
Fields
|
Instances
Eq DynamicLib |
tryLoadLib :: [FilePath] -> String -> IO (Maybe DynamicLib)Source
tryLoadFn :: String -> DynamicLib -> IO (Maybe ForeignFun)Source