-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Lua module for text -- -- UTF-8 aware subset of Lua's string module. @package hslua-module-text @version 0.3.0.1 -- | Provide a lua module containing a selection of useful Text functions. module Foreign.Lua.Module.Text -- | Pushes the text module to the Lua stack. pushModule :: Lua NumResults -- | Add the text module under the given name to the table of -- preloaded packages. preloadModule :: String -> Lua () documentedModule :: Module -- | Textual description of the "text" module. description :: Text functions :: [(Text, HaskellFunction)] pushModuleText :: Lua NumResults -- | Add the text module under the given name to the table of preloaded -- packages. preloadTextModule :: String -> Lua ()