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

Provide dedicated trait for each operator #4

Open
xldenis opened this issue Jun 11, 2018 · 0 comments
Open

Provide dedicated trait for each operator #4

xldenis opened this issue Jun 11, 2018 · 0 comments

Comments

@xldenis
Copy link
Owner

xldenis commented Jun 11, 2018

Instead of tying operators to traits that come with laws / etc... the idea would be to create a single-purpose trait for each operator that it would desugar to. This would make it possible to attach the || and && operators to the semigroup instances for Bool.

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

1 participant