| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Svgone
Documentation
data SomePlugin where Source #
Constructors
| SomePlugin :: Plugin a => PluginOptions a -> SomePlugin |
Arguments
| :: [SomePlugin] | Operations to perform, left to right. |
| -> FilePath | Input file. |
| -> FilePath | Output file |
| -> IO () |
Arguments
| :: [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 () |