main = print (aaa (True,12,6)) aaa p@(x,y,z) = if x then show p ++ ": " ++ show(y+z) else ""