Search code examples
Horizontal composition of Lenses...

haskellcompositionhaskell-lensarrow-abstraction

Read More
Lens: produce Maybe with `over`...

haskellhaskell-lens

Read More
Attempting lens/traversal map multi-update on a subset of its keys...

haskellhaskell-lenslenses

Read More
How can I write a lens for a sum type...

haskellhaskell-lens

Read More
How to remove speicific value constructor in a list using traversal...

haskellhaskell-lens

Read More
Brick not exporting Next or continue...

haskellhaskell-lensstate-monadhaskell-brick

Read More
How to build lens expression dynamically?...

haskellhaskell-lensaeson

Read More
Point-free lens creation does not type check...

haskellpointfreehaskell-lens

Read More
Lens zoom ambiguous variable...

haskellhaskell-lens

Read More
Can I make a Lens with a Monad constraint?...

haskellmonadshaskell-lens

Read More
What is the name of this prism-like optic, and is it useful for anything?...

haskellhaskell-lenslenses

Read More
Every Lens' is a Traversal'... how?...

haskellfunctorapplicativehaskell-lens

Read More
Illegal term-level use of the type constructor / how to construct proto-lens generated objects?...

haskellprotocol-buffershaskell-lens

Read More
using Lens for nested folds with a threaded accumulator...

haskellhaskell-lens

Read More
Lift state monad to focus on part of a record...

haskellfunctional-programminghaskell-lens

Read More
Could not deduce (Contravariant f) arising from a use of ‘to’...

haskellfunctional-programminghaskell-lenshaskell-optics

Read More
Is there a way to compose reified lenses?...

haskellhaskell-lens

Read More
Why the prism _Show does not work for a list?...

haskellhaskell-lens

Read More
Why does Setter have Traversable constraint?...

haskellhaskell-lens

Read More
How to get sublist's head using lens?...

haskellhaskell-lens

Read More
Lens ("prism"?) useful to get a field from a nested sub-record...

haskellhaskell-lens

Read More
How to do mapMaybe using lenses...

haskellfoldhaskell-lensaesonlenses

Read More
Increment suffix with Lens...

haskellhaskell-lens

Read More
Writing or generating lenses for nonrecord datatypes...

haskellhaskell-lens

Read More
Elegant way to apply curried function to indexed traversal...

haskellhaskell-lens

Read More
How to fix compilation re haskell rigid type variable...

haskellhaskell-lens

Read More
Make Lenses (TH) with the Same Field Name using makeClassy...

haskelltemplate-haskellhaskell-lens

Read More
How to avoid the warning "Redundant constraint: Functor f" in the getter?...

haskellhaskell-lens

Read More
Sequence-like on tuples...

haskelltupleshaskell-lens

Read More
Haskell Lens : lexical error in string/character literal at end of input...

haskellhaskell-lens

Read More
BackNext