Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ end

isleaflike(x) = Functors.isleaf(x)

# these are, essentially, Tuple{Vararg{<:T}} using the special property
# these are, essentially, Tuple{Vararg{T}} using the special property
# of tuples that they are type covariant. Using <: here causes warning or error
isleaflike(::Tuple{Vararg{Number}}) = true
isleaflike(::Tuple{Vararg{AbstractArray{<:Number}}}) = true
Expand Down
Loading