| Copyright | (c) 2009 Bernie Pope |
|---|---|
| License | BSD-style |
| Maintainer | bjpop@csse.unimelb.edu.au |
| Stability | experimental |
| Portability | ghc |
| Safe Haskell | Safe |
| Language | Haskell98 |
Language.Python.Common.Pretty
Description
Convenience class for pretty printing combinators.
Documentation
prettyText :: Pretty a => a -> String
Transform values into strings.
prettyPrefix :: Pretty a => Int -> a -> Doc
Print just the prefix of something