| Copyright | (c) Rodrigo Setti 2017 |
|---|---|
| License | MIT |
| Maintainer | rodrigosetti@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
MasterPlan.Backend.Graph
Description
- render :: FilePath -> RenderOptions -> ProjectExpr -> IO ()
- renderText :: FilePath -> RenderOptions -> [String] -> IO ()
- data RenderOptions = RenderOptions {}
Documentation
render :: FilePath -> RenderOptions -> ProjectExpr -> IO () Source #
The main rendering function
renderText :: FilePath -> RenderOptions -> [String] -> IO () Source #
Render a multi-line text to file
data RenderOptions Source #
Options for rendering
Constructors
| RenderOptions | |
Fields
| |
Instances