Copyright | © 2021-2023 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Pandoc.Lua.Marshal.TableFoot
Description
Marshaling/unmarshaling functions of TableFoot
values.
Synopsis
- peekTableFoot :: LuaError e => Peeker e TableFoot
- pushTableFoot :: LuaError e => TableFoot -> LuaE e ()
- typeTableFoot :: LuaError e => DocumentedType e TableFoot
- mkTableFoot :: LuaError e => DocumentedFunction e
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.
typeTableFoot :: LuaError e => DocumentedType e TableFoot Source #
Row object type.
mkTableFoot :: LuaError e => DocumentedFunction e Source #
Constructor function for Row
values.