I've seen people say here that Haskell's implementation of read and show are not correct. I have defined a datastructure in which the following fails: > foo::MyType > foo = read $ show myType What features of myType will cause this usage of read/show to fail? -Alex- ___________________________________________________________________ S. Alexander Jacobson i2x Media 1-212-697-0184 voice 1-212-697-1427 fax
in what cases is read is not inverse of show?
S. Alexander Jacobson Thu, 8 Oct 1998 18:11:29 -0400 (Eastern Daylight Time)
