citeproc-hs-0.3.2: A Citation Style Language implementation in HaskellSource codeContentsIndex
Text.CSL.Output.Plain
Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Description
The plain ascii output formatter for CSL
Synopsis
renderPlain :: [FormattedOutput] -> String
renderPlainStrict :: [FormattedOutput] -> String
procList :: Eq a => [a] -> ([a] -> [b]) -> [b]
(<+>) :: String -> String -> String
(<>) :: String -> String -> String
capitalize :: String -> String
entityToChar :: String -> String
head' :: [a] -> [a]
tail' :: Eq a => [a] -> [a]
Documentation
renderPlain :: [FormattedOutput] -> StringSource
Render the FormattedOutput into a plain text string.
renderPlainStrict :: [FormattedOutput] -> StringSource
Same as renderPlain , but will not clean up the produced output.
procList :: Eq a => [a] -> ([a] -> [b]) -> [b]Source
(<+>) :: String -> String -> StringSource
(<>) :: String -> String -> StringSource
capitalize :: String -> StringSource
entityToChar :: String -> StringSource
head' :: [a] -> [a]Source
tail' :: Eq a => [a] -> [a]Source
Produced by Haddock version 2.6.1