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

Use iron's semigroup and monoid instances for numeric types #11

Open
vreuter opened this issue Oct 10, 2024 · 0 comments
Open

Use iron's semigroup and monoid instances for numeric types #11

vreuter opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@vreuter
Copy link
Contributor

vreuter commented Oct 10, 2024

Right now, we have some manual definitions for things like combining positive integers where the operation could result in an exit from the domain. We should save ourselves the code and instead rely on iron's instances of the necessary typeclasses, since our refined types are now built with iron.

@vreuter vreuter self-assigned this Oct 10, 2024
@vreuter vreuter added this to the v0.4 milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant