 | language-c-0.3.1.1: Analysis and generation of C code | Contents | Index |
|
Language.C.Analysis.Debug | Portability | ghc | Stability | prototype | Maintainer | benedikt.huber@gmail.com |
|
|
|
Description |
Pretty printing the semantic analysis representation.
This is currently only intended for debugging purposes.
|
|
|
Documentation |
|
globalDeclStats :: (FilePath -> Bool) -> GlobalDecls -> [(String, Int)] |
|
prettyAssocs :: (Pretty k, Pretty v) => String -> [(k, v)] -> Doc |
|
prettyAssocsWith :: String -> (k -> Doc) -> (v -> Doc) -> [(k, v)] -> Doc |
|
Produced by Haddock version 2.1.0 |