-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Is there any reason why 
 show :: String -> String 
is not equivalent to 'id' ?

At the moment,

show "one" = "\"one\""

which leads to problems because it often
requires String to be treated as a special case,
rather than just a member of Show.

Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Li8QYha8TWXIQwoRApCgAJ49iJcOuf88WTIKVJWBkHF/QyugOwCfS2Gu
jcJFn48T4uc+ooeSAaCkAhs=
=pIel
-----END PGP SIGNATURE-----

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to