[iterate-devel] bug report

Larry D'Anna larry at elder-gods.org
Thu Aug 9 20:32:16 UTC 2007


(defmacro foo ()
  ''macro)

(iter (for i from 1 to 1)
      (labels ((foo ()
                 'labels))
        (return (foo))))

returns MACRO, not LABELS 

        --larry



More information about the iterate-devel mailing list