Copyright | © 2021 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | None |
Language | Haskell2010 |
Marshaling/unmarshaling functions and constructor for Citation
values.
Synopsis
- peekCitation :: LuaError e => Peeker e Citation
- pushCitation :: LuaError e => Pusher e Citation
- typeCitation :: LuaError e => DocumentedType e Citation
- mkCitation :: LuaError e => DocumentedFunction e
Citation
typeCitation :: LuaError e => DocumentedType e Citation Source #
Citation object type.
mkCitation :: LuaError e => DocumentedFunction e Source #
Constructor function for Citation
elements.