language-objc-0.4.2.0: Analysis and generation of Objcective C code

Portabilityghc
Stabilityprototype
Maintainerjwlato@gmail.com
Safe HaskellNone

Language.ObjC.Analysis.Debug

Description

Pretty printing the semantic analysis representation. This is currently only intended for debugging purposes.

Documentation

prettyAssocs :: (Pretty k, Pretty v) => String -> [(k, v)] -> DocSource

prettyAssocsWith :: String -> (k -> Doc) -> (v -> Doc) -> [(k, v)] -> DocSource