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

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.1), lens (>=5 && <5.1), strict-tuple (>=0.1.3 && <0.2) [details]
License BSD-3-Clause
Copyright (c) 2020 Emily Pillmore emily
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
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 2021-02-27T18:00:12Z
Distributions
Downloads 539 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 2021-02-27 [all 1 reports]

Readme for strict-tuple-lens-0.2

[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

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