uesr=> (defn ff [f] (f 0)) uesr=> (ff inc) 1 uesr=> (map ff `(inc)) (nil). why ff could not do well in map?
確定! 回上一頁