hslua-module-text-0.1.2.1: Lua module for text

Copyright© 2017 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

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.