-
Notifications
You must be signed in to change notification settings - Fork 34
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
Eq instance for SBV #301
Comments
Historical, it seems. |
I think
Also there should probably be warnings in the documentation of the |
Regarding documentation improvements: Pull requests are always welcome! Please submit a patch. |
We would really like to remove the Eq instance for SBV, since it doesn't make any sense.
However, we want
Bits (SBV a)
. But in Haskell, Bits class hasEq
as its super-class, which necessitates theEq (SBV a)
. This is unfortunate. What's not clear to me is why theBits
class requireEq
? This seems to be an oversight and/or historical, and perhaps might be good to take it with the proposals process to see if it can be removed.The text was updated successfully, but these errors were encountered: