-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Lua module for text
--   
--   UTF-8 aware subset of Lua's <a>string</a> 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 <tt>text</tt> module to the Lua stack.
pushModule :: Lua NumResults

-- | Add the <tt>text</tt> 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 ()
