codewars / codewars-runner-cli

Old CodeRunner project. See https://github.com/codewars/runner instead.
GNU Affero General Public License v3.0
402 stars 141 forks source link

Add lenses to purescript #743

Closed glebec closed 5 years ago

glebec commented 5 years ago

Both supported compiler versions for Haskell include lens libraries. AFAICT PureScript currently does not enjoy the same capabilities.

I am not very knowledgeable on PureScript and its ecosystem, so I cannot say for sure what the best lens library to choose would be. I see these two:

The former (purescript-profunctor-lenses) looks more thorough to me, and includes common lenses OOB. It's what I'd be inclined to recommend offhand, but again, noob here.

kazk commented 5 years ago

Added profunctor-lenses.