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.
1 parent 74d9276 commit 0868487Copy full SHA for 0868487
src/spaces/gradedspace.jl
@@ -200,7 +200,7 @@ end
200
Base.summary(io::IO, V::GradedSpace) = print(io, type_repr(typeof(V)))
201
202
function Base.show(io::IO, V::GradedSpace)
203
- opn = (get(io, :typeinfo, Any)::DataType == typeof(V) ? "" : type_repr(typeof(V)))
+ opn = (get(io, :typeinfo, Any)::Type == typeof(V) ? "" : type_repr(typeof(V)))
204
opn *= "("
205
if isdual(V)
206
cls = ")'"
0 commit comments