Don't Fear the Profunctor Optics!
Go to file
Bernhard Häussner ac0c5ee7a9
Fix typo in Cocartesian type
There's a type signature for the Cocartesian type which includes a type `Eigher`. This is a typo and should also be `Either`.
2018-11-12 19:55:58 +01:00
diagram Minor changes on text & diagrams (Part 3) 2017-10-02 17:21:07 +02:00
.gitignore Initial commit 2017-09-20 17:06:22 +02:00
DontFearTheProfunctorOptics.hs Minor changes on text & diagrams (Part 3) 2017-10-02 17:21:07 +02:00
Optics.md Remove accidental closing parenthesis. 2017-10-05 00:30:31 +09:00
ProfunctorOptics.md Fix arrow type 2018-03-18 19:01:56 +03:00
Profunctors.md Fix typo in Cocartesian type 2018-11-12 19:55:58 +01:00
README.md Update README.md 2017-10-02 17:25:21 +02:00

Don't Fear the Profunctor Optics!

This is a series of posts on Profunctor Optics. They're heavily inspired on this awesome article by Pickering et al. Our contribution relies on providing box diagrams to make profunctor and profunctor optics easier to approach.

Any feedback is welcome!