Copyright | © 2021-2024 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Marshaling/unmarshaling functions of MetaValue
elements.
Synopsis
- peekMetaValue :: forall e. LuaError e => Peeker e MetaValue
- pushMetaValue :: LuaError e => Pusher e MetaValue
- metaValueConstructors :: LuaError e => [DocumentedFunction e]
Documentation
peekMetaValue :: forall e. LuaError e => Peeker e MetaValue Source #
Retrieves the value at the given stack index as MetaValue
.
pushMetaValue :: LuaError e => Pusher e MetaValue Source #
Push a MetaValue
element to the top of the Lua stack.
metaValueConstructors :: LuaError e => [DocumentedFunction e] Source #
Constructor functions for MetaValue
elements.