| Copyright | (c) Rodrigo Setti 2017 |
|---|---|
| License | MIT |
| Maintainer | rodrigosetti@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
MasterPlan.Internal.Debug
Description
- debugSys :: ProjectSystem -> IO ()
- debugProj :: ProjectSystem -> ProjectExpr -> IO ()
Documentation
debugSys :: ProjectSystem -> IO () Source #
Print a ProjectSystem to standard output
debugProj :: ProjectSystem -> ProjectExpr -> IO () Source #
Print a Project Expression in a Project System to standard output. The expression is printed in a tree like fashion.