purescript-contrib / purescript-profunctor-lenses

Pure profunctor lenses
MIT License
144 stars 52 forks source link

Add ATraversal and cloneTraversal #101

Closed pbrant closed 5 years ago

pbrant commented 5 years ago

Based on code from #26, but doesn't use the Lens library for the traversals. Follows Shop for overall organization.

Fixes #26.

garyb commented 5 years ago

Looks good to me at least!

@LiamGoodacre? (Or anyone else who considers themselves an expert)