| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Capabilities.Diagrams
Description
Defines a Monad context for rendering diagrams graphics to file.
Documentation
class Monad m => MonadDiagrams (m :: Type -> Type) where Source #
Methods
lin :: (Read n, RealFloat n) => m (PreparedFont n) Source #
renderDiagram :: (Show n, Typeable n, RealFloat n, Monoid o) => QDiagram SVG V2 n o -> m ByteString Source #
Instances
| MonadDiagrams m => MonadDiagrams (GenericReportT l o m) Source # | |
Defined in Capabilities.Diagrams Methods lin :: (Read n, RealFloat n) => GenericReportT l o m (PreparedFont n) Source # renderDiagram :: (Show n, Typeable n, RealFloat n, Monoid o0) => QDiagram SVG V2 n o0 -> GenericReportT l o m ByteString Source # | |