-- 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.1.2 -- | Provide a lua module containing a selection of useful Text functions. module Foreign.Lua.Module.Text -- | Pushes the text module to the lua stack. pushModuleText :: Lua NumResults -- | Add the text module under the given name to the table of preloaded -- packages. preloadTextModule :: String -> Lua () instance Foreign.Lua.Types.FromLuaStack.FromLuaStack a => Foreign.Lua.Types.FromLuaStack.FromLuaStack (Foreign.Lua.Module.Text.OrNil a)