@borkdude, we did capture some ideas around tag a while ago: https://github.com/clj-commons/rewrite-clj/issues/114
@lee yeah, I guess what's new in my idea above is the :rewrite-clj prefix and the isa? relationship
And I did jot a note down on map vs namespaced-map https://github.com/clj-commons/rewrite-clj/issues/131, but this is not related to what you are talking about here, I think.
Ah… ok.. I think I am beginning to see.
kinda. you could have (isa? :rewrite-clj/string :rewrite-clj/token) ;;=> tru
simlar for namespaced map + map
Ok, so this would be a new (but related) issue to allow tag/type hierarchy to be query-able, yeah?
yah