unix-2.3.0.1: POSIX functionalitySource codeContentsIndex
System.Posix.DynamicLinker.Module
Portabilitynon-portable (requires POSIX)
Stabilityprovisional
Maintainervs@foldr.org
Description
DLOpen support, old API Derived from GModule.chs by M.Weber & M.Chakravarty which is part of c2hs I left the API more or less the same, mostly the flags are different.
Documentation
data Module Source
moduleOpen :: String -> [RTLDFlags] -> IO ModuleSource
moduleSymbol :: Module -> String -> IO (FunPtr a)Source
moduleClose :: Module -> IO ()Source
moduleError :: IO StringSource
withModule :: Maybe String -> String -> [RTLDFlags] -> (Module -> IO a) -> IO aSource
withModule_ :: Maybe String -> String -> [RTLDFlags] -> (Module -> IO a) -> IO ()Source
Produced by Haddock version 0.9