Top "Recursion-schemes" questions

Recursion schemes are reusable patterns for making recursive calls.

What does "coalgebra" mean in the context of programming?

I have heard the term "coalgebras" several times in functional programming and PLT circles, especially when the discussion is about …

scala haskell functional-programming category-theory recursion-schemes
Recursion schemes for dummies?

I'm looking for some really simple, easy-to-grasp explanations of recursion schemes and corecursion schemes (catamorphisms, anamorphisms, hylomorphisms etc.) which do …

haskell recursion functional-programming recursion-schemes