hslua-module-text-0.3.0.1: Lua module for text

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

Foreign.Lua.Module.Text

Contents

Description

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

Synopsis

Module

pushModule :: Lua NumResults Source #

Pushes the text module to the Lua stack.

preloadModule :: String -> Lua () Source #

Add the text module under the given name to the table of preloaded packages.

description :: Text Source #

Textual description of the "text" module.

Legacy

preloadTextModule :: String -> Lua () Source #

Add the text module under the given name to the table of preloaded packages.