Pull request for printing Array{<:Real,1}

A while ago I saw a pull request that changed printing so that Array{<:Real,1} would print as Array{<:Real,1}, instead of like this:

julia> Array{<:Real,1}
Array{var"#s17",1} where var"#s17"<:Real

But I can’t find that PR now. Can anyone point me to it?

1 Like

I suppose that would probably be https://github.com/JuliaLang/julia/pull/35710

3 Likes

Thanks! It would be great if that PR made it into v1.6…