@hackage czipwith1.0.0.0
CZipWith class and deriving via TH
Installation
Dependencies (2)
- base >=4.7 && <4.11
- template-haskell >=2.9 && <2.13 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/brittany, @hackage/hls-brittany-plugin
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.