functor-products: General functor products for various Foldable instances

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.0, 0.1.2.1
Change log CHANGELOG.md
Dependencies base (>=4.16 && <5), microlens (<0.5), singletons (>=3.0 && <3.1), singletons-base (<3.2), text (<1.3), vinyl (<0.15) [details]
License BSD-3-Clause
Copyright (c) Justin Le 2023
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 2023-07-04T08:30:18Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for functor-products-0.1.2.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.