Copyright | © 2021-2023 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <[email protected]> |
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
typeTableFoot :: LuaError e => DocumentedType e TableFoot Source #
Row object type.
mkTableFoot :: LuaError e => DocumentedFunction e Source #
Constructor function for Row
values.