Show and Read instance
From HaskellWiki
What shall the Show and Read instances show and parse, respectively? It is certainly a good thing, if
- parses, whatreadshows.show
The next question is:
Shallshow
that represents the shown data, or shall it show something user friendly, maybe even something that is formatted in a line-oriented way.
