I remember a web page describing interesting techniques in relation with some functional-programming task. The problem is that I can't remember what it was.
It had a binary tree node (Tree left, Tree right, Data d) as an example, which could be described as Tree*Tree*Data, or Tree^2*Data. Then when deriving for example by Tree, we get 2*Tree*Data.
Could you point me to what this is used for?