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

0 votes
in core.typed by

Using extend with a protocol defined using typed.core/defprotocol, the following error occurs:

{{Type Error (client/clojurefx.clj:31:1) Internal Error (client/clojurefx.clj:31:1) Expecting Protocol type, found clojure.core.typed.type_rep.TypeFn@38c0769f}}

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CTYP-195 (reported by alex+import)
...