data-filter: Utilities for filtering

[ bsd2, data, library ] [ Propose Tags ]

Some helpers to make using Prelude.filter and similar value selection a bit easier. Includes combinators for predicates as well as an operator to match the constructor used for the given value.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (<5), data-default (<1) [details]
License BSD-2-Clause
Copyright (c) 2018 Sophie Hirn
Author Sophie Hirn
Maintainer sophie.hirn@wyvernscale.com
Category Data
Home page https://github.com/LadyBoonami/data-filter
Source repo head: git clone https://github.com/LadyBoonami/data-filter
Uploaded by boonami at 2018-05-17T17:34:50Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 821 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for data-filter-0.1.0.0

[back to package description]

data-filter

Utilities for filtering. See the documentation of Data.Filter for more info.