Copyright | © 2017 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.
- pushModuleText :: Lua NumResults
- preloadTextModule :: String -> Lua ()
Documentation
pushModuleText :: Lua NumResults Source #
Pushes the text
module to the lua stack.
preloadTextModule :: String -> Lua () Source #
Add the text module under the given name to the table of preloaded packages.