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 e2f74bf commit 0a324f8Copy full SHA for 0a324f8
src/utils.jl
@@ -656,7 +656,7 @@ end
656
657
isleaflike(x) = Functors.isleaf(x)
658
659
-# these are, essentially, Tuple{Vararg{<:T}} using the special property
+# these are, essentially, Tuple{Vararg{T}} using the special property
660
# of tuples that they are type covariant. Using <: here causes warning or error
661
isleaflike(::Tuple{Vararg{Number}}) = true
662
isleaflike(::Tuple{Vararg{AbstractArray{<:Number}}}) = true
0 commit comments