
28 Dec
2016
28 Dec
'16
2:47 a.m.
2016-12-28 5:46 GMT+01:00 David Feuer
> If there's any uncertainty w.r.t. the shape of the input, readMaybe or readEither should be used instead.
I would put it more strongly:
read should be applied only to strings that are known to have been produced by methods of the Show class.
I agree, that's more clear.