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
| (weaker l a b) = LT
| otherwise = EQ
where a = (fn p)
b = (fn q)
l = [(-10)..10]
must become
orderProperties p q | (stronger l a b) && not (weaker l a b) = GT
| (weaker l a b)&& not (stronger l a b) = LT
| otherwise = EQ
where a = (fn p)
b = (fn q)
l = [(-10)..10]
The text was updated successfully, but these errors were encountered:
must become
The text was updated successfully, but these errors were encountered: