data Tree a = Node (Tree a) a (Tree a) | Leaf foo = 1 bar = 1 + 2 f x = x * 3 g y = f (y - 2) + 7