Fix up the lifting code to handle all variables except #:SEQ.
(There's some code in collect that initializes a SEQ var with (if SEQ SEQ <do something else>), which I can't lift up because then SEQ would be undefined.) Change the default for *lift-out-vars-p* to be T.
Loading
Please sign in to comment