Popularity
1.9
Stable
Activity
5.1
-
6
0
0
Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
List
list-filter alternatives and similar packages
Based on the "List" category.
Alternatively, view list-filter alternatives based on common mentions on social networks and blogs.
Kargo - Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
Promo
akuity.io
Do you think we are missing an alternative of list-filter or a related project?
README
list-utilies
The list-utilities project is a group of utility packages for lists in Haskell.
Features
list-utilities is a new project, but the following packages have been implemented and extensively tested:
list-predicate: Predicates (True/False) queries on lists.list-filter: Supplement the filters available in the standard library.list-duplicate: Work with duplicates in lists.
See the individual package READMEs and hackage for more documentation.
Installation
Build and install with Stack:
git clone https://github.com/pgujjula/list-utilities
cd list-utilities
stack build # build the project
stack haddock --open # build and view documentation
stack test # run the test suite
Bug Reports/Feature Requests
Feel free to email me at preetham (dot) gujjula (at) protonmail (dot) com!
-- Preetham