Currently protocol var and protocol functions are being indexed but would be nice to also index implementations for each proto-fn for different types.
I think it can be done by implementing clindex.forms-facts/form-facts multimethod for clojure.core/extend-protocol, clojure.core/extend, clojure.core/extend-type and clojure.core/defrecord.
Currently protocol var and protocol functions are being indexed but would be nice to also index implementations for each proto-fn for different types.
I think it can be done by implementing
clindex.forms-facts/form-facts
multimethod forclojure.core/extend-protocol
,clojure.core/extend
,clojure.core/extend-type
andclojure.core/defrecord
.