| Copyright | © 2019 Albert Krewinkel |
|---|---|
| License | MIT |
| Maintainer | Albert Krewinkel <albert+hslua@zeitkraut.de> |
| Stability | alpha |
| Portability | Requires language extensions ForeignFunctionInterface, OverloadedStrings. |
| Safe Haskell | None |
| Language | Haskell2010 |
Foreign.Lua.Module.System
Description
Provide a Lua module containing a selection of functions.System
Synopsis
- pushModule :: Lua NumResults
- preloadModule :: String -> Lua ()
Documentation
pushModule :: Lua NumResults Source #
Pushes the text module to the lua stack.
preloadModule :: String -> Lua () Source #
Add the text module under the given name to the table of preloaded packages.