gcanti / recursion-schemes-ts

Recursion schemes in TypeScript (POC)
MIT License
22 stars 3 forks source link

Upgrade to fp-ts 2.x #3

Open filonik opened 4 years ago

filonik commented 4 years ago

Old code didn't work with fp-ts 2.x so I updated it. I tried to make the minimum changes necessary to make it work again.

gcanti commented 4 years ago

Thanks @filonik, FYI @mikearnaldi is working on a PR in fp-ts-contrib if you want to join the effort https://github.com/gcanti/fp-ts-contrib/pull/58

filonik commented 4 years ago

Oh, excellent! I was wondering why something like this was not in the library. Great to hear that work is underway, I will see if I can help.