Copyright | © 2017–2019 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> |
Stability | alpha |
Portability | ForeignFunctionInterface |
Safe Haskell | None |
Language | Haskell2010 |
Provide a lua module containing a selection of useful Text functions.
Synopsis
- pushModule :: Lua NumResults
- pushModuleText :: Lua NumResults
- preloadTextModule :: String -> Lua ()
Documentation
pushModule :: Lua NumResults Source #
Pushes the text
module to the Lua stack.
pushModuleText :: Lua NumResults Source #
Legacy alias for '@pushModule@'.
preloadTextModule :: String -> Lua () Source #
Add the text module under the given name to the table of preloaded packages.