{-# LINE 1 "src/Foreign/Lua/Core/Constants.hsc" #-}
module Foreign.Lua.Core.Constants
( multret
, registryindex
, refnil
, noref
) where
import Foreign.Lua.Core.Types
multret :: NumResults
multret :: NumResults
multret = CInt -> NumResults
NumResults (CInt -> NumResults) -> CInt -> NumResults
forall a b. (a -> b) -> a -> b
$ -1
{-# LINE 29 "src/Foreign/Lua/Core/Constants.hsc" #-}
registryindex :: StackIndex
registryindex :: StackIndex
registryindex = CInt -> StackIndex
StackIndex (CInt -> StackIndex) -> CInt -> StackIndex
forall a b. (a -> b) -> a -> b
$ -1001000
{-# LINE 34 "src/Foreign/Lua/Core/Constants.hsc" #-}
refnil :: Int
refnil :: Int
refnil = -1
{-# LINE 38 "src/Foreign/Lua/Core/Constants.hsc" #-}
noref :: Int
noref :: Int
noref = -2
{-# LINE 42 "src/Foreign/Lua/Core/Constants.hsc" #-}