Run a TreeProductFolder<A, B> on a Tree to fold into a value of type B. Just like treeCata except the folder function gets all previous computed values.
B
Run a TreeProductFolder<A, B> on a Tree to fold into a value of type
B. Just like treeCata except the folder function gets all previous computed values.