purescript-contrib / purescript-profunctor-lenses

Pure profunctor lenses
MIT License
144 stars 52 forks source link

Add Plated #133

Open Neppord opened 3 years ago

Neppord commented 3 years ago

In Haskell there is a concept of Plated where you can traverse recursive data structures structures.

It would be nice to have this in purescript.

I would love to help implement this, but I'm totally new to lenses and would need a mentor or a pair partner.

Neppord commented 3 years ago

I have started to write a implementation in a different repository, so that i can try it out, while i try to understand how to contribute code with tests into this repository.

https://github.com/Neppord/tree-swing/commit/ba7b3a701bba4b12676cf0129524744c42a1cd11