We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37b9c4 + 30aa890 commit f9fa387Copy full SHA for f9fa387
src/varname.jl
@@ -93,7 +93,7 @@ function Base.show(io::IO, vn::VarName)
93
print(io, getsym(vn))
94
for indices in getindexing(vn)
95
print(io, "[")
96
- join(io, map(replace_colon_string, indices), ",")
+ join(io, map(prettify_index, indices), ",")
97
print(io, "]")
98
end
99
0 commit comments