[Haskell-cafe] Can we improve Show instance for non-ascii charcters?

Imants Cekusins imantc at gmail.com
Thu Feb 4 07:38:04 UTC 2016


is the purpose of the show :

a) serialization to string?
or
b) text representation?

if a) then why is unexpected display - a concern?
if b) then why is inconsistency - a concern?

if more than one way to display c is possible, then should we expect
both a) and b) from Show?


More information about the Haskell-Cafe mailing list