strict-tuple-lens: Optics for the `strict-tuple` library

[ bsd3, data, library ] [ Propose Tags ]

This package provides optics for the `strict-tuple` library, using the lens library


[Skip to Readme]

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

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5.0), lens (>=4.0 && <5.0), strict-tuple (>=0.1.3 && <0.2) [details]
License BSD-3-Clause
Copyright (c) 2020 Emily Pillmore
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
Revised Revision 2 made by topos at 2020-05-11T16:19:28Z
Category Data
Home page https://github.com/emilypi/strict-tuple-lens
Bug tracker https://github.com/emilypi/strict-tuple-lens/issues
Source repo head: git clone https://github.com/emilypi/strict-tuple-lens.git
Uploaded by topos at 2020-05-11T01:39:19Z
Distributions
Downloads 544 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-05-11 [all 1 reports]

Readme for strict-tuple-lens-0.1.0.0

[back to package description]

strict-tuple-lens

Build Status Hackage

Optics and instances for the strict-tuple library. The following instances are defined:

  • Field instances for T1 through T19.
  • Each instances for T1 through T9.
  • AsEmpty instances for T2 and T3
  • Swapped and Strict instances for T1 and T9.

This is the dedicated place for any lens orphans written for the strict-tuple library.