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
It's debatable whether it's a true law of Eq (opinions varied in #haskell), but I'd say it certainly is an expectation that if a == b then f a == f b. The original function breaks this for the CI type.
It's debatable whether it's a true law of
Eq(opinions varied in#haskell), but I'd say it certainly is an expectation that ifa == bthenf a == f b. Theoriginalfunction breaks this for theCItype.