citeproc-hs-0.3.5: A Citation Style Language implementation in Haskell

Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Safe HaskellNone

Text.CSL.Output.Plain

Description

The plain ascii output formatter for CSL

Synopsis

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

head' :: [a] -> [a]Source

tail' :: Eq a => [a] -> [a]Source