MicroHs icon indicating copy to clipboard operation
MicroHs copied to clipboard

Missing `Read` instances

Open konsumlamm opened this issue 1 year ago • 2 comments

I noticed that there are a lot of missing (or commented out) Read instances. What is the reason for that?

konsumlamm avatar Jan 23 '25 23:01 konsumlamm

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.

augustss avatar Jan 24 '25 00:01 augustss

Oh, and some Read instances may have moved. I try to put a comment, but sometimes I forget.

augustss avatar Jan 24 '25 02:01 augustss

Deriving for Read was implemented in #266 and most Read instances are there now.

konsumlamm avatar Aug 29 '25 13:08 konsumlamm