Search code examples
Building complex functions with lens library...


haskellhaskell-lens

Read More
Using lens for array indexing if both array and index are in State...


arrayshaskellhaskell-lens

Read More
Array indexing lens out of array and index lenses...


haskellcompositionhaskell-lenslenses

Read More
How do I handle the Maybe result of at in Control.Lens.Indexed without a Monoid instance...


haskelllenseshaskell-lens

Read More
Generating lenses for a "lens" library with a custom name processor instead of the default...


haskelltemplate-haskelllenseshaskell-lens

Read More
xml-lens API surprise: function composition and travelsals...


haskellxml-parsinghaskell-lens

Read More
Why does “failing” (from lens) produce invalid traversals?...


haskellhaskell-lens

Read More
Writing an OOP-style "setter" function in Haskell using record-syntax...


haskellrecordhaskell-lens

Read More
Using a Lens to read multiple fields...


haskellhaskell-lens

Read More
wreq not compiling with cabal sandbox...


httphaskellhaskell-lens

Read More
Fusing traversals...


haskelltraversalhaskell-lens

Read More
Monadic version of .~ (Haskell)...


haskellhaskell-lens

Read More
With the Haskell lens library, how do I treat getters as `first class'?...


haskellhaskell-lens

Read More
How do you fmap a Getter?...


haskellhaskell-lens

Read More
Relationship between forward and backward map in Isomorphism (Lens package)...


haskellhaskell-lens

Read More
What's the difference between makeLenses and makeFields?...


haskellhaskell-lens

Read More
Haskell: Reusing FromJSON instances with lenses, lens-aeson, and nested JSON...


haskellhaskell-lensaeson

Read More
How do I make lenses from a record in GHCi...


haskellghcitemplate-haskellhaskell-lens

Read More
Failed to install lens-4.2 : Cabal 1.20.0.2, GHC 7.6.3, Ubuntu 14.04...


haskellcabalubuntu-14.04haskell-lensleksah

Read More
How to replace 'makeIso' from the older lens versions in the new version (4.3)?...


haskellhaskell-lens

Read More
How to capitalize a string using control lens?...


haskellhaskell-lens

Read More
Idiomatic style with lenses in Haskell...


haskellhaskell-lens

Read More
Trouble when composing lenses...


haskellhaskell-lens

Read More
How can I express `mapM` with `concat` using Lenses to concatenate results of an IO operation?...


haskellhaskell-lenslenses

Read More
How can I use `over` from Control.Lens but perform a monadic action and collect the results?...


haskellhaskell-lenslenses

Read More
Reconciling lens usage with database access...


haskellhaskell-lenslenses

Read More
Aeson Prisms with "free" references...


haskellhaskell-lensaeson

Read More
Modify all even values with a lens...


haskellhaskell-lens

Read More
How can I traverse different parts of data structure one after the other?...


haskelltraversalhaskell-lens

Read More
Implementing polymorphic 'deep' function for traversals and folds...


haskellhaskell-lens

Read More
BackNext