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

Text.Pandoc.Lua.Marshal.TableHead

Description

Marshaling/unmarshaling functions of TableHead values.

Synopsis

Documentation

peekTableHead :: LuaError e => Peeker e TableHead Source #

Retrieves a Cell from the stack.

pushTableHead :: LuaError e => TableHead -> LuaE e () Source #

Push a TableHead as a userdata value.

mkTableHead :: LuaError e => DocumentedFunction e Source #

Constructor function for Row values.