You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> T = (Vector{Tuple{Code}} where {Code<:Integer})
Array{Tuple{Code}, 1} where Code<:Integer
julia>eltype(T)
Any
julia>@inlineptreltype(::Type{Array{T,N}}) where {T,N} = T
ptreltype (generic function with 1 method)
julia>ptreltype(T)
ERROR: UndefVarError:`T` not defined
Stacktrace:
[1] ptreltype(::Type{Array{Tuple{Code}, 1} where Code<:Integer})
@ Main ./REPL[6]:1
[2] top-level scope
@ REPL[7]:1
If you run this code:
it fails like this:
The text was updated successfully, but these errors were encountered: