Safe Haskell | None |
---|---|
Language | Haskell2010 |
Content is what is written to files in the generated VM images and cloud configuration.
Contains the monadic actions that generate the content that is written to the generated artifacts.
Since: 0.5.62
Synopsis
- type ByteStringGenerator = B9 ByteString
- class ToContentGenerator c a where
- toContentGenerator :: IsB9 e => c -> Eff e a
Documentation
type ByteStringGenerator = B9 ByteString Source #
A B9
action that procuces a ByteString
.
Since: 0.5.62
class ToContentGenerator c a where Source #
Types whose values can be turned into a ContentGenerator
Since: 0.5.62
toContentGenerator :: IsB9 e => c -> Eff e a Source #
Instances
ToContentGenerator Content ByteString Source # | |
Defined in B9.Artifact.Content.Readable toContentGenerator :: IsB9 e => Content -> Eff e ByteString Source # |