
22 Apr
2015
22 Apr
'15
6:49 p.m.
On Wed, 22 Apr 2015, Dan Burton wrote:
A hand-written read makes more sense to me in this case: read = makeNF . read show = show . getNF
Show and Read instances should process Strings representing Haskell code, and I guess, Haskell code with the same type as the represented value. Thus the NF should be part of the formatted value.