proton

[ bsd3, library, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/ChrisPenner/proton#readme


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Arrow
      • Control.Arrow.Profunctor
  • Data
    • Data.Market
    • Data.Pair
    • Profunctor
      • Data.Profunctor.Absorbent
      • Data.Profunctor.Annotated
      • Data.Profunctor.Arrow
      • Data.Profunctor.Coindexed
      • Data.Profunctor.Cont
      • Data.Profunctor.Depending
      • Data.Profunctor.Distributing
      • Data.Profunctor.DoubleStar
      • Data.Profunctor.Expanding
      • Data.Profunctor.Expansive
      • Data.Profunctor.Extraction
      • Data.Profunctor.Extras
      • Data.Profunctor.Fold
      • Data.Profunctor.FoldM
      • Data.Profunctor.Indexed
      • Data.Profunctor.Joinable
      • Data.Profunctor.MStrong
      • Data.Profunctor.Phantom
      • Data.Profunctor.Reflector
      • Data.Profunctor.Remember
      • Data.Profunctor.Withering
  • Examples
    • Examples.Algebraic
    • Examples.Alt
    • Examples.Coalgebraic
    • Examples.Diffract
    • Examples.Flowers
    • Examples.Glass
    • Examples.Layers
    • Examples.Loop
    • Examples.Scrap
  • Proton
    • Proton.Achromatic
    • Proton.Algebraic
    • Proton.Annotated
    • Proton.Coalgebraic
    • Proton.Coindexed
    • Proton.Diffraction
    • Proton.Feedback
    • Proton.Fold
    • Proton.Getter
    • Proton.Glass
    • Proton.Grate
    • Proton.Grid
    • Proton.Indexed
    • Internal
      • Proton.Internal.Orphans
    • Proton.Iso
    • Proton.Kaleidoscope
    • Proton.Lens
    • Proton.Loop
    • Proton.Miso
    • Proton.Par
    • Proton.Plated
    • Proton.PreGrate
    • Proton.Prisms
    • Proton.Review
    • Proton.Setter
    • Proton.Telescope
    • Proton.Traversal
    • Proton.Types
    • Proton.Wither

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4
Change log ChangeLog.md
Dependencies adjunctions, async, base (>=4.7 && <5), bifunctors, comonad, compactable, containers, contravariant, distributive, folds, linear, mtl, profunctors (>=5.5.1), tagged, transformers [details]
License BSD-3-Clause
Copyright Chris Penner
Author Chris Penner
Maintainer christopher.penner@gmail.com
Home page https://github.com/ChrisPenner/proton#readme
Bug tracker https://github.com/ChrisPenner/proton/issues
Source repo head: git clone https://github.com/ChrisPenner/proton
Uploaded by ChrisPenner at 2021-03-11T06:15:50Z
Distributions
Downloads 517 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-03-11 [all 3 reports]

Readme for proton-0.0.3

[back to package description]

proton - Profunctor optics

An extremely experimental implementation of profunctor optics in Haskell. This mostly exists so I have a place to experiment with new ideas and new optics. Most things should work but I offer no performance guarantees.

Not intended for use in production (yet).

Includes:

  • Lenses
  • Prisms
  • Folds
  • Traversals
  • Getters
  • Reviews
  • Setters
  • Isos
  • Algebraic lenses
  • Coalgebraic prisms
  • Achromatic lenses
  • Grids
  • Grates
  • Glass
  • Loops
  • Feedbacks
  • Kaleidoscopes

And always growing!