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
Ouch. It looks like the implementations of isEmpty and nonEmpty are switched around. The fix is easy, but we should also add some tests for this. This is a super busy week for me. Does anybody want to give it a go?
The default implementation of
UnorderedFoldable#isEmpty
(and thusnonEmpty
) seems to be incorrect.The text was updated successfully, but these errors were encountered: