pandoc-lua-marshal-0.3.1: Use pandoc types in Lua
Copyright© 2021-2025 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <[email protected]>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Lua.Marshal.MetaValue

Description

Marshaling/unmarshaling functions of MetaValue elements.

Synopsis

Documentation

peekMetaValue :: 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.