MicroHs
MicroHs copied to clipboard
Missing `Read` instances
I noticed that there are a lot of missing (or commented out) Read instances. What is the reason for that?
The GHC compatible Read code was not there for quite a while. Also, there is not yet any deriving for Read. It's probably time to add the missing Read instances. Both that and deriving Read requires some care to not drag in the bloated Read code unnecessarily.
Oh, and some Read instances may have moved. I try to put a comment, but sometimes I forget.
Deriving for Read was implemented in #266 and most Read instances are there now.