<div dir="ltr">Hello, there was a discussion in #lisp today about cl-csv, iterate, and antik. I came up with a small case which seems to illustrate an issue:<div><br></div><div>    (macroexpand-1 '(iter:iter (iter:for i upfrom 0)))<br>
</div><div><br></div><div>Before loading antik, that form's expansion includes cl:+. After loading antik, it includes antik:+ instead. </div></div>