Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstksg/functor-products
Generalized functor products based on lifted foldables
https://github.com/mstksg/functor-products
Last synced: about 2 months ago
JSON representation
Generalized functor products based on lifted foldables
- Host: GitHub
- URL: https://github.com/mstksg/functor-products
- Owner: mstksg
- License: bsd-3-clause
- Created: 2019-08-09T00:15:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T00:05:08.000Z (6 months ago)
- Last Synced: 2024-10-12T00:55:13.732Z (2 months ago)
- Language: Haskell
- Size: 428 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.[vinyl]: https://hackage.haskell.org/package/vinyl