unix-2.3.0.1: POSIX functionality
Source code
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.
Documentation
data
Module
Source
moduleOpen
::
String
-> [
RTLDFlags
] ->
IO
Module
Source
moduleSymbol
::
Module
->
String
->
IO
(
FunPtr
a)
Source
moduleClose
::
Module
->
IO
()
Source
moduleError
::
IO
String
Source
withModule
::
Maybe
String
->
String
-> [
RTLDFlags
] -> (
Module
->
IO
a) ->
IO
a
Source
withModule_
::
Maybe
String
->
String
-> [
RTLDFlags
] -> (
Module
->
IO
a) ->
IO
()
Source
Produced by
Haddock
version 0.9