I was expecting something as simple as the first post in https://github.com/JuliaLang/julia/issues/24741 to display a type tree. Maybe two APIs subtypetree and supertypetree are sufficient.
But I can not figure out the correct way to use this repo. Could you please also write a minimal working example in README?
I think typetree visualization is a popular feature in julia.
This package doesn't define a type tree by default (although that would be fairly trivial to implement with TreeViews.jl), but rather something like this.
Agreed on the need for an example in the readme though.
I was expecting something as simple as the first post in https://github.com/JuliaLang/julia/issues/24741 to display a type tree. Maybe two APIs
subtypetree
andsupertypetree
are sufficient.But I can not figure out the correct way to use this repo. Could you please also write a minimal working example in README?
I think typetree visualization is a popular feature in julia.