0
我使用funcool/cats
,追加獨異用下面的代碼:Clojure的貓追加無行爲
(m/mappend (maybe/just [1 2 3])
nil
(maybe/just [4 5 6])
(maybe/nothing)) ;;=> #<Just [1 2 3 4 5 6]>
什麼是治療nil
爲可能/沒有什麼道理呢?
注:該版本是[funcool/cats "1.2.1"]