functor-products: General functor products for various Foldable instances

[ bsd3, data, library ] [ Propose Tags ]

Generalizes the Rec type in vinyl to work over various different Foldable instances, instead of just lists. Provides a unifying abstraction for all of them, as well as data types to index into them.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1
Change log CHANGELOG.md
Dependencies base (>=4.13 && <5), microlens, singletons (>=2.6), text, vinyl [details]
License BSD-3-Clause
Copyright (c) Justin Le 2019
Author Justin Le
Maintainer justin@jle.im
Category Data
Home page https://github.com/mstksg/functor-products#readme
Bug tracker https://github.com/mstksg/functor-products/issues
Source repo head: git clone https://github.com/mstksg/functor-products
Uploaded by jle at 2019-10-23T22:36:19Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 850 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2019-10-23 [all 3 reports]

Readme for functor-products-0.1.1.0

[back to package description]

functor-products

Generalizes the Rec type in vinyl to work over various different Foldable instances, instead of just lists. Provides a unifying abstraction for all of them, as well as data types to index into them.