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
Do you need the maxBound test in the guards for the int and char versions? If a is equal to maxBound, then b must be less than or equal to a - if the former, then it's met by the first guard, if the latter then met by the first part of the second guard?