| Portability | unportable |
|---|---|
| Stability | unstable |
| Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
Text.CSL.Output.Plain
Description
The plain ascii output formatter for CSL
- renderPlain :: [FormattedOutput] -> String
- renderPlainStrict :: [FormattedOutput] -> String
- procList :: Eq a => [a] -> ([a] -> [b]) -> [b]
- (<+>) :: String -> String -> String
- (<>) :: String -> String -> String
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.