Fabian Brosda

Results 1 issues of Fabian Brosda

Hi, with the changes from https://github.com/gwkkwg/metabang-bind/issues/9 something like ```lisp (bind (((a &rest nil) '(1 2 3))) (print a)) ``` no longer works. Was this by accident and could be fixed...