I have a function like this:
def f(a: str, b: Union[int, float], *xs: Tuple[str, str]) -> str ...
What is its type, expressed as