Search code examples
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
Brick not exporting Next or continue...


haskellhaskell-lensstate-monadhaskell-brick

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
What are Prisms?...


haskellhaskell-lens

Read More
Haskell optics: Setter for several lists...


haskellhaskell-lenshaskell-optics

Read More
How to use lens to access a record field behind a sum type...


haskellrecordhaskell-lenslenses

Read More
Haskell lens : view doesn't reference like over and set?...


haskellhaskell-lens

Read More
Lenses, the State monad, and Maps with known keys...


haskellhaskell-lens

Read More
Is there a standard combinator packing the result of a lens in functor?...


haskellhaskell-lens

Read More
BackNext