procrastination
procrastination copied to clipboard
Add more recursion schemes
Already got catamorphisms (foldRight
) and anamorphisms (unfold
), specialized to Sequence
. What about hylomorphisms, paramorphisms, apomorphisms, histomorphisms, futumorphisms? First I need to figure out what the hell those are.