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

Text.Pandoc.Lua.Marshal.ListAttributes

Description

Marshaling/unmarshaling functions and constructor for ListAttributes values.

Synopsis

Documentation

peekListAttributes :: LuaError e => Peeker e ListAttributes Source #

Retrieve a ListAttributes triple, either from userdata or from a Lua tuple.

pushListAttributes :: LuaError e => Pusher e ListAttributes Source #

Pushes a ListAttributes value as userdata object.

mkListAttributes :: LuaError e => DocumentedFunction e Source #

Constructor for a new ListAttributes value.

peekListNumberDelim :: Peeker e ListNumberDelim Source #

Retrieves a ListNumberDelim value from a string.

peekListNumberStyle :: Peeker e ListNumberStyle Source #

Retrieves a ListNumberStyle value from a string.