Module to pretty print Ninja build files
Author: Marc Andre Wittorf
Version: 0.1
| renderNinja
                  ::  File -> StringRender a Ninja file to a string representation | 
| ppFile
                  ::  File -> DocRender a Ninja file to a Pretty-Doc | 
| ppDecl
                  ::  Decl -> DocRender a Ninja declaration | 
| ppDef
                  ::  (String,String) -> DocRender a defintion | 
| ppDefs
                  ::  [(String,String)] -> DocRender definitions | 
| ppTargets
                  ::  [String] -> DocRender explicit targets | 
| ppImplicitTargets
                  ::  [String] -> DocRender implicit targets | 
| ppOrderOnlyTargets
                  ::  [String] -> DocRender order-only targets | 
| 
                       Render a Ninja file to a string representation 
 
 
 | 
| Render a Ninja file to a Pretty-Doc 
 
 
 | 
| Render a Ninja declaration 
 
 | 
| 
                       Render a defintion 
 
 
 | 
| 
                       Render definitions 
 
 
 | 
| Render explicit targets 
 
 
 | 
| 
                       Render implicit targets 
 
 
 | 
| 
                       Render order-only targets 
 
 
 |