FP katas? - General

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

Magnus Therning

I'm thinking of various ways to introduce more FP at work. One thing I thought of was using katas. However I'm not very deep familiar with that and don't know if there are any collections of them out there.

Are there any well-known katas that are geared towards FP?

Could be things like using map/filter/fold instead of for. Or refactoring for testability by increasing use of pure function and pushing IO to the edge.

Torsten Schmits

you know this? https://www.codewars.com/kata/search/haskell

Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.
Magnus Therning

I do, but didn't think of it in this context for some reason. Thanks!