conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Support typed.clojure/doc-clj when a namespace is tagged with ^:typed.clojure

Open Olical opened this issue 8 months ago • 0 comments

Typed Clojure has special doc forms that explain more things about types, we should detect a ^:typed.clojure tagged namespace and swap out the doc implementation. Thanks for @frenchy64 for telling me about this part of the system!

This will make it so Conjure's doc lookup can explain types for you. This should go hand in hand with https://github.com/Olical/background-check

Olical avatar May 06 '25 08:05 Olical