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.TableFoot

Description

Marshaling/unmarshaling functions of TableFoot values.

Synopsis

Documentation

peekTableFoot :: LuaError e => Peeker e TableFoot Source #

Retrieves a Cell from the stack.

pushTableFoot :: LuaError e => TableFoot -> LuaE e () Source #

Push a TableFoot as a userdata value.

mkTableFoot :: LuaError e => DocumentedFunction e Source #

Constructor function for Row values.