I want to call a function that accepts tuples as part of its arguments, i.e. the function is called as follows:
foo(\'Hello\', (x1, x2), (y1, y2), (z1, z2)) <