Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Read instances #97

Open
konsumlamm opened this issue Jan 23, 2025 · 2 comments
Open

Missing Read instances #97

konsumlamm opened this issue Jan 23, 2025 · 2 comments

Comments

@konsumlamm
Copy link
Contributor

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

@augustss
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants