@hackage czipwith1.0.1.2
CZipWith class and deriving via TH
Installation
Dependencies (2)
- base >=4.9 && <4.14
- template-haskell >=2.9 && <2.16 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.