So it's really just a shortcut for (apply concat (map ... (defn single-double-triple [x] [(* x 1) (* x 2) (* x 3)]) (mapcat ...
確定! 回上一頁