selections: Combinators for operating with selections over an underlying functor

[ bsd3, data-structures, functors, library ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0, 0.3.0.0
Dependencies base (>=4.7 && <5), bifunctors, comonad, mtl [details]
License BSD-3-Clause
Copyright 2017 Chris Penner
Author Chris Penner
Maintainer christopher.penner@gmail.com
Category Web
Home page https://github.com/ChrisPenner/selections#readme
Source repo head: git clone https://github.com/ChrisPenner/selectable
Uploaded by ChrisPenner at 2017-08-05T18:08:45Z
Distributions LTSHaskell:0.3.0.0, NixOS:0.3.0.0, Stackage:0.3.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3666 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-05 [all 1 reports]

Readme for selections-0.1.0.0

[back to package description]

Selections

A haskell package for transforming subsets of values within a functor using an intuitive selection-based interface.