v3.1.0
- Significant performance boosts for the following functions:
head(nowO(1), was accidentallyO(n))toUnfoldablespandifference
- Add
filterA, which is just likefilterM, but faster, and it only requires you to have anApplicative(not necessarily aMonad). - Deprecate
filterMin favour offilterA. In the next major release,filterMwill be removed. - Add
unsnoc(@joshuahhh).