Remove lambda list unpacking handling in let
.
This commit is contained in:
parent
a2aeca2338
commit
9d1304aacd
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user