Arc Forumnew | comments | leaders | submitlogin
1 point by evanrmurphy 5009 days ago | link | parent

Ah, you're right! I had thought it was ssexpansion because of

  arc> (ssexpand '[_])
  (fn (_) (_))
but it turns out to expand even without ssexpand:

  arc> '[_]
  (fn (_) (_))
Thanks for the clarification. ^_^