Popularity
1.3
Declining
Activity
3.0
-
6
0
0
Monthly Downloads: 2
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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