Skip to content

Commit 448dfaa

Browse files
committed
useful comment
1 parent 786e84f commit 448dfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _getname(t::T) where T = T.name.name
66

77
convertPackedType(t::Union{T, Type{T}}) where {T <: FunctorInferenceType} = getfield(_getmodule(t), Symbol("Packed$(_getname(t))"))
88
function convertStructType(::Type{PT}) where {PT <: PackedInferenceType}
9+
# see #668 for expanded reasoning. PT may be ::UnionAll if the type is of template type.
910
ptt = PT isa DataType ? PT.name.name : PT
1011
moduleName = PT isa DataType ? PT.name.module : Main
1112
symbolName = Symbol(string(ptt)[7:end])

0 commit comments

Comments
 (0)