Where is "Vector", "Matrix" printed in `typeof(::AbstractArray)`

Yes, thank you. (I hadn’t actually clicked that link because I thought I knew the function it pointed to; but turned out it was a different show in Base :sweat_smile:).

Exploring that function led me to the solution:

julia> Base.make_typealias(Vector{Int})[1].name
:Vector
1 Like