| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Synopsis | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Parameters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Formats | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type Format = String | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data TypeOfText | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typeOfText :: Format -> TypeOfText | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Parameter type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data Parameter | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Get functions for parameter lists | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getReadfrom :: [Parameter] -> Maybe Format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getWriteto :: [Parameter] -> Maybe Format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getInput :: [Parameter] -> [FilePath] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getOutput :: [Parameter] -> Maybe FilePath | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getHelp :: [Parameter] -> Maybe String | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Set functions for parameter lists | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setReadfrom :: [Parameter] -> Format -> [Parameter] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setWriteto :: [Parameter] -> Format -> [Parameter] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setInput :: [Parameter] -> [FilePath] -> [Parameter] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setOutput :: [Parameter] -> Maybe FilePath -> [Parameter] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Parsing and showing parameters lists | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| showParameters :: [Parameter] -> String | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| parseParameters :: String -> [Parameter] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| parseParametersIO :: IO [Parameter] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| The converters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pandoc' :: [Parameter] -> IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| codeDown' :: [Parameter] -> IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pandoc :: String -> IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| codeDown :: String -> IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| codeDownIO :: IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Help functions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| printHelp :: String -> IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Produced by Haddock version 2.4.2 |