| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
B9.Content.Generator
Description
The basic data structure that ties together syntax trees making them composable and addressable in B9 artifacts.
Documentation
Constructors
| RenderErlang (AST Content ErlangPropList) | |
| RenderYaml (AST Content YamlObject) | |
| FromString String | |
| FromTextFile SourceFile | |
| RenderBase64BinaryFile FilePath | The data in the given file will be base64 encoded. |
| RenderBase64Binary ByteString | This data will be base64 encoded. |
| FromURL String |