Search code examples
How to use a list of lens?...

haskelltraversalhaskell-lens

Read More
Traverse/Rewrite a JSON Value...

haskellhaskell-lens

Read More
Pass a lens into a function...

haskellhaskell-lens

Read More
How to eliminate the boilerplate of wrapping and unwrapping using lenses...

haskellhaskell-lenslensesnewtype

Read More
Modify a traversable lens using a nested state transformer...

haskellmonadshaskell-lens

Read More
Haskell lens getter that compares values of two lens getters...

haskellhaskell-lenslenses

Read More
How can I use Lenses to perform read-only monadic operation over a sequence held in some state?...

haskellhaskell-lens

Read More
Confusion about composing indexed lens...

haskellhaskell-lens

Read More
How to extract part of an aeson value that satisfies a condition?...

jsonhaskellfilterhaskell-lensaeson

Read More
How to treat a lens (or any other optic) as a getter and setter simultaneously?...

haskellhaskell-lens

Read More
Apply two Folds or Getters and only succeed when both succeed...

haskellhaskell-lens

Read More
A typecheck errors in deriving wrapper for Linear.V...

haskelltypeclasshaskell-lensnewtypederiving

Read More
Recursion issue when writing a "Pretext" aware version of Lens.para...

haskellrecursionhaskell-lensrecursion-schemes

Read More
Haskell: use or uses in Getter...

haskellhaskell-lenslenses

Read More
Use cases of makePrisms with examples...

haskellhaskell-lens

Read More
How can I rewrite an arbitrarily nested field in a JSON structure using haskell lenses?...

jsonhaskellhaskell-lensaeson

Read More
Traversal over last element of 'filtered'...

haskellhaskell-lens

Read More
Space leak / Bug in interaction of Control.Lens.Plated and Bound...

haskellmemory-leakshaskell-lens

Read More
What are simple definitions for Control.Lens.Traversal's partsOf, holesOf and singular?...

haskellhaskell-lens

Read More
Lens lib: Is there an optic for this?...

haskellhaskell-lens

Read More
How do I correctly format a function using Control.Lens?...

haskellhaskell-lens

Read More
How to override a default value, via lenses, only if incoming value is not Nothing...

haskellhaskell-lens

Read More
Justifying a Type Equivalency Asserted in Haskell Lens Library...

haskellhaskell-lens

Read More
Type families can't return a RankN type -- workarounds or alternatives?...

haskelltypeshaskell-lenstype-families

Read More
Why have both itraverse and itraversed functions in Haskell's lens library?...

haskellindexingtraversalhaskell-lens

Read More
How to define Lens into the State value itself?...

haskellhaskell-lensstate-monad

Read More
Traversing and adding elements to a Data.Tree using Lenses in Haskell...

haskelltreehaskell-lenslenses

Read More
Zoom instance over Free Monad...

haskellhaskell-lensstate-monadfree-monad

Read More
Lift through nested state transformers (mtl)...

haskellmonad-transformershaskell-lensstate-monadhigher-kinded-types

Read More
Generating all ways of applying a function to a single element with lens...

haskellhaskell-lens

Read More
BackNext