; return the table minus the head (fn tail [t] (icollect [i v (ipairs t)] (if (> i 1) v))) {: tail}