quinnj / JSON3.jl

Other
214 stars 47 forks source link

Clarify StructTypes.AbstractType(), the role of Julia types in dispatch #257

Closed freemin7 closed 1 year ago

freemin7 commented 1 year ago

I tried to implement something similar however was lead astray by the examples due to the unfortunate naming overlap between Julia abstract type and StructTypes.AbstractType(). The new example is grounded in multiple dispatch and the use of <: in the old example seems less arbitrary.