hslua-module-text-0.2.1: Lua module for text

Copyright© 2017–2019 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+hslua@zeitkraut.de>
Stabilityalpha
PortabilityForeignFunctionInterface
Safe HaskellNone
LanguageHaskell2010

Foreign.Lua.Module.Text

Description

Provide a lua module containing a selection of useful Text functions.

Synopsis

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.