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

Copyright(c) Andrea Rossato
LicenseBSD-style (see LICENSE)
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

Text.CSL.Output.Plain

Description

The plain ascii output formatter for CSL

Synopsis

Documentation

renderPlain :: [FormattedOutput] -> String Source

Render the FormattedOutput into a plain text string.

renderPlainStrict :: [FormattedOutput] -> String Source

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