I\'m trying to define a function where I specify part of a keyword list, and then match the remaining opts as the tail.
def my_func(foo: 22, bar: 42 | baz) do