Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lenses

Is there a van Laarhoven optic based on the Monad typeclass?

Should lens generation be treated like instances

haskell lenses

immutable data structure in Scala

How to implement parametric lenses that change type of state

scala lenses scalaz7

A lens for getting or setting a record field determined by a runtime argument

haskell haskell-lens lenses

Using lenses to view a Map as key-value pairs?

haskell traversal fold lenses

How can I delete a focused property of an object with a van Laarhoven Lens?

Apply a lens "setter" only when the input value is a "Just x"?

haskell haskell-lens lenses

Use Lens.Family.LensLike' as setter and getter in State computations

haskell lenses

Build Prism path selectively base on values

haskell prism lenses

Haskell Lens Tutorial with traverse

haskell haskell-lens lenses

Zoom with the telephoto lens with CameraX

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

haskell haskell-lens lenses

Lenses and TypeFamilies

Where to place Scala Lenses in my project?

scala lenses

Are Monocle's Optionals the same as partial Lenses?

scala lenses monocle-scala

Composing lenses with Control.Lens where an intermediate function must be called

Scala Type Based Attribute Extractor - Getter only Lens?

How to update Map using monocle

scala lenses monocle-scala