| Portability | Haskell 98 |
|---|---|
| Stability | provisional |
| Maintainer | iavor.diatchki@gmail.com |
Text.Show.Pretty
Description
Functions for human-readable derived Show instances.
Documentation
Generic Haskell values.
NaN and Infinity are represented as constructors.
The String in the literals is the text for the literals "as is".
parseValue :: String -> Maybe ValueSource
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.