@hackage attenuation-profunctors0.1.0
Attenuation support for Profunctors.
Categories
License
Apache-2.0
Maintainer
Andrew Pritchard <awpr@google.com>
Links
Versions
- 0.1.0 Sun, 12 Mar 2023
Installation
Dependencies (4)
- attenuation >=0.2 && <0.3
- base >=4.12 && <4.19
- constraints >=0.10 && <0.14
- profunctors >=0.1 && <5.7 Show all…
Dependents (0)
attenuation-profunctors
Attenuation support for profunctors.
Overview
This package provides functions for lifting Attenuations across
Profunctors, along with entailments for obtaining the related instances.
This is in a separate package from the rest of attenuation because
profunctors is a very heavy dependency, and the core functionality doesn't
need it.