Copyright | (c) Volker Stolz <vs@foldr.org> 2003 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | vs@foldr.org |
Stability | provisional |
Portability | non-portable (requires POSIX) |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
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
moduleOpen :: RawFilePath -> [RTLDFlags] -> IO Module Source
moduleClose :: Module -> IO () Source