misleading printing of value type parameters #57189
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
types and dispatch
Types, subtyping and method dispatch
Int32(7)
inVal{Int32(7)}
is shown as a mere7
:That's not correct, however, given that
Val{Int32(7)} != Val{7}
.The misleading printing behavior leads to confusion and complaints such as this one: JuliaArrays/StaticArrays.jl#1233
The text was updated successfully, but these errors were encountered: