pandoc-lua-marshal-0.1.7: Use pandoc types in Lua
Copyright© 2021-2022 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Lua.Marshal.MetaValue

Description

Marshaling/unmarshaling functions of MetaValue elements.

Synopsis

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.