shared-fields: a tiny library for using shared lens fields

[ bsd3, control, library ] [ Propose Tags ]

A simple single-module library for creating lens field typeclasses in a way that allows them to be shared between modules. By default, lens' makeFields creates a new class if it can't find a matching one in scope. This means that if you try to makeFields records in different modules without importing one module into the other, you'll get conflicting class definitions rather than a single lens which functions with both records.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0
Dependencies base (>=4.7 && <4.8), template-haskell (>=2.9 && <2.10) [details]
License BSD-3-Clause
Author Fraser Murray
Maintainer fraser.m.murray@gmail.com
Category Control
Home page http://github.com/intolerable/shared-fields
Source repo head: git clone git://github.com/intolerable/shared-fields.git
this: git clone git://github.com/intolerable/shared-fields.git(tag v0.1.1.0)
Uploaded by Intolerable at 2015-07-20T18:44:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2813 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 2015-07-20 [all 1 reports]