Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data SomePlugin where Source #
SomePlugin :: Plugin a => PluginOptions a -> SomePlugin |
:: [SomePlugin] | Operations to perform, left to right. |
-> FilePath | Input file. |
-> FilePath | Output file |
-> IO () |
:: [SomePlugin] | Operations to perform, left to right. |
-> FilePath | Source path/URL of the document, used to resolve relative links. |
-> Text | Contents |
-> FilePath | Output file |
-> IO () |