1(require 2 '[clojure.spec :as s] 3 '[clojure.spec.test :as test]) 4 5(defprotocol P 6 (method [this arg])) 7 8(defrecord R [] 9 P 10 ...
確定! 回上一頁