Closed glebec closed 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:
purescript-profunctor-lenses
purescript-lens
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.
Added profunctor-lenses.
profunctor-lenses
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:
purescript-profunctor-lenses
updated 2019-04-08purescript-lens
updated 2018-10-10The 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.