lua-2.3.2: Lua, an embeddable scripting language
Copyright© 2007–2012 Gracjan Polak;
© 2012–2016 Ömer Sinan Ağacan;
© 2017-2024 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb@hslua.org>
Stabilitybeta
PortabilityForeignFunctionInterface, CPP
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lua.Lib

Description

Lua standard libraries.

Synopsis

Documentation

luaopen_base :: CFunction Source #

Pointer to function opening the base library.

luaopen_table :: CFunction Source #

Pointer to function opening the table library.

luaopen_io :: CFunction Source #

Pointer to function opening the io library.

luaopen_os :: CFunction Source #

Pointer to function opening the os library.

luaopen_string :: CFunction Source #

Pointer to function opening the string library.

luaopen_math :: CFunction Source #

Pointer to function opening the math library.

luaopen_debug :: CFunction Source #

Pointer to function opening the debug library.

luaopen_package :: CFunction Source #

Pointer to function opening the package library.