b97e0258e1
One would expect the form: > (defmacro a (&rest b) b) > (a 1 2) To return a tuple object but we have no Hy model so it returns a HyList. Not sure if this is the right thing to do.