úÎ ÿ _    Haskell 98  provisional iavor.diatchki@gmail.com Generic Haskell values Something else (e.g. number) List Tuple  Record value Data constructor A name.   Haskell 98  provisional iavor.diatchki@gmail.com ;Convert a generic value into a pretty String, if possible. Try to show a value, prettily. 8 If we do not undertant the value, then we just use its  standard show instance. 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.           pretty-show-1Text.Show.PrettyText.Show.ValueText.Show.ParserValueOtherListTupleRecConName parseValueppShowppDocppValue