| Copyright | © 2021-2024 Albert Krewinkel |
|---|---|
| License | MIT |
| Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Pandoc.Lua.Marshal.TableHead
Description
Marshaling/unmarshaling functions of TableHead values.
Synopsis
- peekTableHead :: LuaError e => Peeker e TableHead
- pushTableHead :: LuaError e => TableHead -> LuaE e ()
- typeTableHead :: LuaError e => DocumentedType e TableHead
- mkTableHead :: LuaError e => DocumentedFunction e
Documentation
pushTableHead :: LuaError e => TableHead -> LuaE e () #
Push a TableHead as a userdata value.
typeTableHead :: LuaError e => DocumentedType e TableHead #
Row object type.
mkTableHead :: LuaError e => DocumentedFunction e #
Constructor function for Row values.