| ||||||||||||||||||||||
| ||||||||||||||||||||||
Description | ||||||||||||||||||||||
A Pretty printing class using multiparameter type classes for maximal generality with some useful instances. the pprinted type comes as the last argument so newtype deriving can be used in more places. | ||||||||||||||||||||||
Documentation | ||||||||||||||||||||||
data Assoc | ||||||||||||||||||||||
| ||||||||||||||||||||||
class DocLike d => PPrint d a where | ||||||||||||||||||||||
| ||||||||||||||||||||||
pprintParen :: PPrint d a => a -> d | ||||||||||||||||||||||
Produced by Haddock version 0.8 |