BSD-3-Clause licensed by Lennart Spitzner
Maintained by Lennart Spitzner
This version can be pinned in stack with:czipwith-1.0.1.1@sha256:d876c6957788963a4c2d6ce3628cdc7dda1471cf53c96899e7f474f40e210d20,1665

Module documentation for 1.0.1.1

A typeclass similar to Data.Distributive, but for data parameterised with a type constructor. The name comes from the resemblance of its method to the regular zipWith function. The abstraction is useful for example for program config handling.

Changes

Revision history for czipwith

1.0.1.1 – October 2018

  • Maintenance release for ghc-8.6

1.0.1.0 – April 2018

  • Add more classes: CFunctor, CPointed, CZipWithM

1.0.0.0 – May 2017

  • First version. Released on an unsuspecting world.