Welcome! Please see the About page for a little more info on how this works.

0 votes
in Docs by

The docs for satisfies? says "Returns true if x satisfies the protocol", but does not define the meaning of "satisfies". The function returns true when type and protocol are referenced in the same call to either extend-type or extend-protocol even when none of the protocol functions are implemented. I think the doc should be specific about this to avoid confusion.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-2133 (reported by dchelimsky)
...