language-c-0.3.1.1: Analysis and generation of C code
Source 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
)]
Source
prettyAssocs
:: (
Pretty
k,
Pretty
v) =>
String
-> [(k, v)] ->
Doc
Source
prettyAssocsWith
::
String
-> (k ->
Doc
) -> (v ->
Doc
) -> [(k, v)] ->
Doc
Source
Produced by
Haddock
version 2.6.0