|
| Text.Show.Pretty | | Portability | Haskell 98
| | Stability | provisional
| | Maintainer | iavor.diatchki@gmail.com
|
|
|
|
| Description |
| Functions for human-readable derived show instances.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| A name.
|
|
|
| Generic Haskell values
| | Constructors | | Instances | |
|
|
|
|
|
| Pretty print a generic value.
Our intention is that the result is equivalent to the show
insrnace for the origianl value, except possivly easier to
unserstand by a human.
|
|
|
| Try to show a value, prettily.
If we do not undertant the value, then we just use its
standard show instance.
|
|
|
| Convert a generic value into a pretty String, if possible.
|
|
| Produced by Haddock version 2.4.2 |