Python 3.8 added a new way to declare functions, which looks like `def foo(bar, /)`. See [PEP 570](https://www.python.org/dev/peps/pep-0570/). Coconut should allow this syntax, at least with `--target 38`.