hslua-1.3.0: Bindings to Lua, an embeddable scripting language

Copyright© 2007–2012 Gracjan Polak
2012–2016 Ömer Sinan Ağacan
2017-2020 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+hslua@zeitkraut.de>
Stabilitybeta
PortabilityForeignFunctionInterface
Safe HaskellNone
LanguageHaskell2010

Foreign.Lua.Core.Constants

Description

Lua constants. This module was moved to Constants. It now merely exists for backwards compatibility and will be removed in the future.

Synopsis

Documentation

multret :: NumResults Source #

Alias for C constant LUA_MULTRET. See lua_call.

registryindex :: StackIndex Source #

Alias for C constant LUA_REGISTRYINDEX. See Lua registry.

refnil :: Int Source #

Value signaling that no reference was created.

noref :: Int Source #

Value signaling that no reference was found.