evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Add literal `typing.Unpack` syntax #802

Open evhub opened 9 months ago

evhub commented 9 months ago

Should compile def f(**kwargs: **D): ... to def f(**kwargs: typing.Unpack[D]): ....