attenuation-profunctors: Attenuation support for Profunctors.

[ apache, constraints, library ] [ Propose Tags ]

This provides functions and Attenuations for profunctors. See the README.md.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Change log CHANGELOG.md
Dependencies attenuation (>=0.2 && <0.3), base (>=4.12 && <4.19), constraints (>=0.10 && <0.14), profunctors (>=0.1 && <5.7) [details]
License Apache-2.0
Copyright 2020-2021 Google LLC
Author Andrew Pritchard <awpr@google.com>
Maintainer Andrew Pritchard <awpr@google.com>
Revised Revision 3 made by AndrewPritchard at 2023-03-12T18:36:35Z
Category Constraints
Home page https://github.com/google/hs-attenuation#readme
Bug tracker https://github.com/google/hs-attenuation/issues
Source repo head: git clone https://github.com/google/hs-attenuation(attenuation-profunctors)
Uploaded by AndrewPritchard at 2021-10-11T02:32:27Z
Distributions
Downloads 135 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-10-11 [all 1 reports]

Readme for attenuation-profunctors-0.1.0

[back to package description]

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.