purescript-deprecated / purescript-lens

PureScript implementation of lens
78 stars 15 forks source link

Added the & and <&> operators from Edward Kmett's lens library #18

Closed hansler closed 9 years ago

hansler commented 9 years ago

See https://hackage.haskell.org/package/lens-4.11/docs/Control-Lens-Lens.html#g:4

I use them all the time for setting operations, so I figured it'd be nice to have them in purescript-lens.

garyb commented 9 years ago

We already have these in PureScript as # and <#> actually!

hansler commented 9 years ago

Whoops, didn't know that - nevermind then!