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 786e84f commit 448dfaaCopy full SHA for 448dfaa
src/Common.jl
@@ -6,6 +6,7 @@ _getname(t::T) where T = T.name.name
6
7
convertPackedType(t::Union{T, Type{T}}) where {T <: FunctorInferenceType} = getfield(_getmodule(t), Symbol("Packed$(_getname(t))"))
8
function convertStructType(::Type{PT}) where {PT <: PackedInferenceType}
9
+ # see #668 for expanded reasoning. PT may be ::UnionAll if the type is of template type.
10
ptt = PT isa DataType ? PT.name.name : PT
11
moduleName = PT isa DataType ? PT.name.module : Main
12
symbolName = Symbol(string(ptt)[7:end])
0 commit comments