據我所知,如果我想定義一個只能由一個defrecord實現的協議(defprotocol),我仍然必須先定義協議,然後定義實現它的defrecord : (defprotocol AProtocol (a-method ...
確定! 回上一頁