| 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 -> ProjectSystem -> IO ()
- data RenderOptions = RenderOptions {}
Documentation
render :: FilePath -> RenderOptions -> ProjectSystem -> IO () Source #
The main rendering function
data RenderOptions Source #
Options for rendering
Constructors
| RenderOptions | |
Fields
| |
Instances