In two previous posts, I went on about lenses in Clojure. ... (t/defprotocol IFunctor (p-fmap [this fun])) (defn fmap [fun c] (p-fmap c fun)).
確定! 回上一頁