Copyright | © 2021 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | None |
Language | Haskell2010 |
Marshaling/unmarshaling functions and constructor for ListAttributes
values.
Synopsis
- typeListAttributes :: LuaError e => DocumentedType e ListAttributes
- peekListAttributes :: LuaError e => Peeker e ListAttributes
- pushListAttributes :: LuaError e => Pusher e ListAttributes
- mkListAttributes :: LuaError e => DocumentedFunction e
- peekListNumberDelim :: Peeker e ListNumberDelim
- pushListNumberDelim :: Pusher e ListNumberDelim
- peekListNumberStyle :: Peeker e ListNumberStyle
- pushListNumberStyle :: Pusher e ListNumberStyle
Documentation
typeListAttributes :: LuaError e => DocumentedType e ListAttributes Source #
ListAttributes
Lua object type.
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.
pushListNumberDelim :: Pusher e ListNumberDelim Source #
Pushes a ListNumberDelim
value as string.
peekListNumberStyle :: Peeker e ListNumberStyle Source #
Retrieves a ListNumberStyle
value from a string.
pushListNumberStyle :: Pusher e ListNumberStyle Source #
Pushes a ListNumberStyle
value as string.