| |||||||
| |||||||
| Documentation | |||||||
| class Ppr a where | |||||||
| |||||||
| pshow :: Ppr a => a -> String | |||||||
| pprint :: Ppr a => a -> IO () | |||||||
| indent :: Int | |||||||
| nestI :: Doc -> Doc | |||||||
| numberedList :: Ppr a => [a] -> Doc | |||||||
| numbered :: [Doc] -> Doc | |||||||
| prettyTree :: Ppr a => Tree a -> Doc | |||||||
| numberedTree :: Ppr a => Tree a -> Doc | |||||||
| Produced by Haddock version 0.8 |