Haskell Hierarchical Libraries (unix package)
Contents
Index
System.Posix.DynamicLinker.Module
Portability
non-portable (requires POSIX)
Stability
provisional
Maintainer
vs@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.
Synopsis
data
Module
moduleOpen
::
String
-> [
RTLDFlags
] ->
IO
Module
moduleSymbol
::
Module
->
String
->
IO
(
FunPtr
a)
moduleClose
::
Module
->
IO
()
moduleError
::
IO
String
withModule
::
Maybe
String
->
String
-> [
RTLDFlags
] -> (
Module
->
IO
a) ->
IO
a
withModule_
::
Maybe
String
->
String
-> [
RTLDFlags
] -> (
Module
->
IO
a) ->
IO
()
Produced by
Haddock
version 0.6