language-c-0.3.1.1: Analysis and generation of C codeContentsIndex
Language.C.Analysis.Debug
Portabilityghc
Stabilityprototype
Maintainerbenedikt.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.7.2