Remove lambda list unpacking handling in `let`.

This commit is contained in:
gilch 2018-04-21 14:35:58 -06:00 committed by Kodi Arfer
parent a2aeca2338
commit 9d1304aacd
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Arguments without a header are under None.
(for [[header section] (-> self (.tail) first lambda-list .items)]
(if header (.append argslist header))
(cond [(in header [None '&rest '&kwargs])
(.update protected (-> section flatten set))
(.update protected section)
(.extend argslist section)]
[(in header '[&optional &kwonly])
(for [pair section]