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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.16 && <5), microlens, singletons (>=3.0), singletons-base, text, vinyl [details]
License BSD-3-Clause
Copyright (c) Justin Le 2023
Author Justin Le
Maintainer justin@jle.im
Revised Revision 1 made by jle at 2024-02-23T19:49:49Z
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 2024-02-23T19:44:48Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 842 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-23 [all 1 reports]

Readme for functor-products-0.1.2.1

[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.