Search code examples
How to automatically convert a record in "makeFields" lens format to JSON with fields matc...

jsonhaskellrecordhaskell-lens

Read More
How do I combine lenses which contain context?...

haskellhaskell-lens

Read More
Convenient ways to initialize nested fields with lenses...

haskellhaskell-lenslenses

Read More
Using lenses to compose functions...

haskellhaskell-lenslenses

Read More
Zoom monad stack maintaining context...

haskellhaskell-lenslenses

Read More
Writing a more complex Traversal (Lenses)...

haskelltraversalhaskell-lens

Read More
Is it possible to set default values if `Nothing` is encountered somewhere in a deep Lens lookup/ass...

haskellhaskell-lens

Read More
How to zoom a monad transformer?...

haskellhaskell-lensstate-monad

Read More
Prism over maybe-existent list element...

haskelltraversalhaskell-lens

Read More
Use Haskell's lenses library to fmap a lens...

haskellhaskell-lens

Read More
Combining prisms when extracting JSON fields with lens-aeson...

jsonhaskellhaskell-lensaesonlenses

Read More
How to use an arbitrary makeFields lens argument with different types in the same function?...

haskellhaskell-lens

Read More
Analog of `<<%~` not requiring Monoid for Traversal...

haskellhaskell-lens

Read More
Filter inner element from a tree via lens...

haskellhaskell-lens

Read More
What in lens should I use to build a read-only getter by index?...

haskellhaskell-lens

Read More
When should I use MonadState lens combinators?...

haskellhaskell-lens

Read More
How can I make (Fold s a) from Control.Lens a monoid?...

haskellhaskell-lens

Read More
Rewrite rule / specialisation type error with universally quantified constraints...

haskellghctypeclasshaskell-lens

Read More
Isn't it redundant for Control.Lens.Setter to wrap types in functors?...

haskellfunctorapplicativehaskell-lenslenses

Read More
Generic LensLike like mapped and traverse...

haskellhaskell-lens

Read More
How to "compose" Iso's?...

haskellhaskell-lens

Read More
Is there some method to construct value for record with lenses without underscore identifiers?...

haskellhaskell-lens

Read More
Using lens, cosmosOf, uniplate, and the State monad to extract info about an AST...

haskellhaskell-lens

Read More
Confused about constructing an Iso from another Iso...

haskellhaskell-lens

Read More
What is the syntax for composing setter lenses?...

haskellsetterhaskell-lenslenses

Read More
What's the best way to represent a short bit string?...

haskelldictionarybit-manipulationhaskell-lens

Read More
How to set value in a nested Map using Lens...

haskelldictionaryhaskell-lens

Read More
Could someone explain the diagram about the `lens` library?...

haskellhaskell-lenslenses

Read More
Getting a collection of values from a JSON ByteString using lens-aeson...

jsonhaskellhaskell-lensaeson

Read More
How to use lens package to extract arbitrary subtrees from an AST...

haskellhaskell-lens

Read More
BackNext