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

Address inconsistent style of typeclass laws #336

Open
omelkonian opened this issue Jun 28, 2024 · 0 comments
Open

Address inconsistent style of typeclass laws #336

omelkonian opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@omelkonian
Copy link
Contributor

The laws for Eq are defined by asserting that the == decision procedure actually Reflects the type of propositional equality , while the laws for Ord do not use this reflection style and just enumerate all the expected properties in a style suffering from "boolean blindness".

We should be consistent on how we go about all these similar situations, and in particular think how we should inter-operate with the standard library. (e.g. given that Ord reflects a definition that is not built-in like equality, but could be imported from stdlib's Data.Nat (≤), etc.).

@omelkonian omelkonian added the enhancement New feature or request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant