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
Are there any applications for Rational{Bool}? The integers mod 2 are a field already, so fractions aren't needed. Bool is not quite the integers mod 2 anyway because of addition behaviour.
Similar errors are thrown for the other basic arithmetic operations -, +, /, , ...
I'm not quite sure how arithmetic for this type ought to work. Note that not all arithmetic over
Bool
s is closed, e.g.true + true == 2
The text was updated successfully, but these errors were encountered: