Closed ohpauleez closed 6 years ago
Starting in Clojure 1.9, Clojure included additional predicates to accompany the addition of clojure.spec. One of those predicate is any?.
Perhaps you want to replace your any with any? (unless you need the vararg behavior of constantly)?
any
any?
constantly
Starting in Clojure 1.9, Clojure included additional predicates to accompany the addition of clojure.spec. One of those predicate is any?.
Perhaps you want to replace your
any
withany?
(unless you need the vararg behavior ofconstantly
)?