func (x,y,z) = x + y + z
ff = curry func

main = do
	putStrLn $ "a BoT xyu " ++ show $ ff 1 2 3