This is exactly what you are seeing in the code you've shown: Clojure is evaluating the universal predicate (every? pred) on the empty list '() as true, ...
確定! 回上一頁