Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 4866 days ago | link | parent

Have "a:b.c" expand to (a:b c)

Wart unconsciously got this right (compose is ^):

  wart> (wt-transform 'a^b.c)
  (call* (compose* a b) c)