Fork me on GitHub
#rewrite-clj
<
2022-01-05
>
lread17:01:44

@borkdude, we did capture some ideas around tag a while ago: https://github.com/clj-commons/rewrite-clj/issues/114

borkdude17:01:30

@lee yeah, I guess what's new in my idea above is the :rewrite-clj prefix and the isa? relationship

lread17:01:38

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.

lread17:01:02

Ah… ok.. I think I am beginning to see.

borkdude17:01:13

kinda. you could have (isa? :rewrite-clj/string :rewrite-clj/token) ;;=> tru

borkdude17:01:21

simlar for namespaced map + map

lread17:01:16

Ok, so this would be a new (but related) issue to allow tag/type hierarchy to be query-able, yeah?