https://github.com/mstksg/functor-products
Generalized functor products based on lifted foldables
https://github.com/mstksg/functor-products
Last synced: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T00:05:08.000Z (12 months ago)
- Last Synced: 2025-03-18T16:05:04.304Z (3 months ago)
- Language: Haskell
- Size: 428 KB
- Stars: 2
- Watchers: 3
- 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