On Fri 24 Jun 2016 19:00, Zefram writes: > Andy Wingo wrote: >> ,opt (let* ((x (list 'a)) >> (y (list 'a))) >> (list x y)) >> ;; -> >> (let* ((x (list 'a)) (y x)) (list x y)) > > Wow, that's a scary level of wrongitude. Indeed :/ Fixed in git with this patch: