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

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

Foreign.Lua.Core.Constants

Description

Lua constants

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.