| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Capabilities.PlantUml
Description
Defines a Monad context for rendering PlantUML graphics to file.
Documentation
class Monad m => MonadPlantUml (m :: Type -> Type) where Source #
Methods
drawPlantUmlSvg :: ByteString -> m ByteString Source #
Instances
| MonadPlantUml m => MonadPlantUml (GenericReportT l o m) Source # | |
Defined in Capabilities.PlantUml Methods drawPlantUmlSvg :: ByteString -> GenericReportT l o m ByteString Source # | |