working with functor datatypes - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

reactormonk

Wasn't there a library to work with functorized records? E.g.

data Foo f = { bar :: f String, baz :: f Int }
Georgi Lyubenov // googleson78

this one immediately comes to mind - https://github.com/i-am-tom/higgledy

Higher-kinded data via generics. Contribute to i-am-tom/higgledy development by creating an account on GitHub.
Matt Peddie

barbies is one I've used and liked

James King

higgledy is dope. I use it a lot. :+1:

James King

Works well with barbies!