-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
display and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.types and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch
Description
Int32(7)
in Val{Int32(7)}
is shown as a mere 7
:
julia> Val{Int32(7)}
Val{7}
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
ejmeitz and JanisErdmanis
Metadata
Metadata
Assignees
Labels
display and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.types and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch