Skip to content

v0.1.3

Compare
Choose a tag to compare
@garyb garyb released this 05 May 17:34
· 316 commits to master since this release
  • Removed elem as it is implemented in Data.Foldable
  • Updated elemIndex and elemLastIndex to use Eq when finding items.
  • Added findIndex and findLastIndex to find an item with a predicate.