Is there a list of them with examples accessible to a person without extensive category theory knowledge?
|
3
|
|||||||||
|
|
|
Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire(PDF) should help as well. The notation will get a bit harry, but reading it a few times you should be able to knock down that list of yours. Also, take a look at this blog post, the blogger plans on presenting each individually soon, so check back to it regularly --I guess. |
|||
|
|
|
Edward Kmett recently posted a Field Guide to recursion schemes, perhaps it helps? |
||||||||
|
|
|
Start with learning about catamorphisms; those are the easiest to grasp. You already know one: Then go for anamorphisms ( |
||
|
|
|
Here's a start: Wikipedia "Recursion schemes" category. |
||
|
|
