functor-products

General functor products for various Foldable instances

https://github.com/mstksg/functor-products#readme

Stackage Nightly 2024-10-23:0.1.2.2
Latest on Hackage:0.1.2.2

See all snapshots functor-products appears in

BSD-3-Clause licensed by Justin Le
Maintained by [email protected]
This version can be pinned in stack with:functor-products-0.1.2.2@sha256:361f4a9fab751c3534468630dc3c7638125ab04aadc1aa0f49916a036fffd08a,1291

Module documentation for 0.1.2.2

Used by 2 packages in nightly-2024-07-09(full list with versions):

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.

Changes

Changelog

Version 0.1.2.2

May 19, 2023

https://github.com/mstksg/functor-products/releases/tag/v0.1.2.2

  • Fix building on GHC 9.8

Version 0.1.2.1

February 23, 2023

https://github.com/mstksg/functor-products/releases/tag/v0.1.2.1

  • Bump upper version bounds, reformat, fix warnings on ghc 9.6

Version 0.1.2.0

July 3, 2023

https://github.com/mstksg/functor-products/releases/tag/v0.1.2.0

  • Now requires singletons-3.0 and above, and GHC 9.2 and above

Version 0.1.1.0

August 12, 2019

https://github.com/mstksg/functor-products/releases/tag/v0.1.1.0

  • Update to work with singletons-2.6
  • No longer supports GHC 8.6 and below.

Version 0.1.0.0

August 12, 2019

https://github.com/mstksg/functor-products/releases/tag/v0.1.0.0

  • Initial release