-- This is a source code template for Curry programs. main = P(2, 4) data Tree a = Void | Node a (Tree a) (Tree a) data Pair a = P (Int, Int) --nextStep