Home
last modified time | relevance | path

Searched refs:makeCitation (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Odt/
H A DContentReader.hs716 ( liftA2 makeCitation
722 makeCitation :: T.Text -> Int -> [Citation]
723 makeCitation citeId num = [Citation citeId [] [] NormalCitation num 0] function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Odt/
H A DContentReader.hs711 ( liftA2 makeCitation
717 makeCitation :: T.Text -> Int -> [Citation]
718 makeCitation citeId num = [Citation citeId [] [] NormalCitation num 0] function