Search code examples
Haskell use first level lenses to create complex lens...

haskellhaskell-lens

Read More
Haskell - Combine results from separate lenses...

jsonhaskellhaskell-lensaeson

Read More
Combining Getters into a Fold...

haskelllenseshaskell-lens

Read More
Getting multiple results from map with "lens"...

haskelllenseshaskell-lens

Read More
Can I get a `Traversal` to items stored in branches using `Control.Lens.Plated`?...

haskellgeneric-programminghaskell-lens

Read More
Single pass lens for the root of a balanced binary tree...

haskellhaskell-lensgadt

Read More
Why do all Lens match Foldl.Handler type?...

haskellfoldhaskell-lens

Read More
Zoom instance for Coroutine (Await Int) (State MyState) Int...

haskellzoomingcoroutinehaskell-lens

Read More
Pass a lens into a funciton...

haskellstate-monadhaskell-lens

Read More
Compose lenses with accessing outer type during getter and setter...

haskellhaskell-lens

Read More
Cleanly accessing nested data in lens-aeson...

haskellhaskell-lensaeson

Read More
Composable Lensing...

haskellhaskell-lenslenses

Read More
Combo lenses and prisms for sums of products?...

haskellhaskell-lens

Read More
How to use lens set function with Maybe?...

haskellhaskell-lensoption-typelenses

Read More
How can I use overloaded record fields with lenses?...

haskelltypeclasshaskell-lens

Read More
How to compose lenses that return Maybe (Haskell)...

haskellhaskell-lenslenses

Read More
How do I turn this into a Setter?...

haskellhaskell-lenslenses

Read More
In the lets-lens tutorial, how do you refactor out the call to traverse in order to implement over?...

haskelltraversalfunctorhaskell-lens

Read More
Using lens to add key and value to a nested Map...

haskellhaskell-lensaesonlenses

Read More
Simple haskell lens from tutorial violates lens law...

haskellhaskell-lens

Read More
Extract nth-child with xml-lens...

haskellhaskell-lens

Read More
Control.Lens: Traversal isomorphism to toListOf and over...

haskellhaskell-lens

Read More
Setter lens to act on a range of a list in haskell...

haskellhaskell-lens

Read More
Lifting an Iso into the first argument of a Bifunctor...

haskellhaskell-lensisomorphismbifunctor

Read More
Getting value with a Lens s t a b...

haskellhaskell-lenslenses

Read More
Haskell: Changing an element at a given index in a ByteString...

haskellbytestringhaskell-lenslenses

Read More
How can I use (^? ix 0) in an independent Getter?...

haskellhaskell-lenslenses

Read More
What is the difference between `ix` and `at` in the Lens library of Haskell...

haskellhaskell-lens

Read More
Prism, Traversal, or Fold from readMaybe...

jsonhaskellhaskell-lens

Read More
resource that explains vocabulary used in Edward Kmett's lens package...

haskellhaskell-lenscategory-theoryvocabularylenses

Read More
BackNext