You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withiron
.The text was updated successfully, but these errors were encountered: