Popularity
2.2
Declining
Activity
0.0
Stable
6
1
0
Monthly Downloads: 8
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.
-
exotic-list-monads
A Haskell library with non-standard monads on lists and non-empty lists
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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