|
| 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.
NaN and Infinity are represented as constructors.
The String in the literals is the text for the literals "as is".
| | Constructors | | Instances | |
|
|
|
|
|
|
|
| Pretty print a generic value. Our intention is that the result is
equivalent to the Show instance for the original value, except possibly
easier to understand by a human.
|
|
|
| Try to show a value, prettily. If we do not understand 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 |