(get-spec k)
Returns spec registered for keyword/symbol/var k, or nil.
(defn get-spec [k] (get (registry) (if (keyword? k) k (->sym k))))