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 cb29200 commit 0fcc66dCopy full SHA for 0fcc66d
test/partitions_test.jl
@@ -66,7 +66,7 @@ x = ArrayPartition([1, 2], [3.0, 4.0])
66
# recursive
67
@inferred recursive_mean(x)
68
@inferred recursive_one(x)
69
-@inferred recursive_eltype(x)
+@inferred recursive_bottom_eltype(x)
70
71
# broadcasting
72
_scalar_op(y) = y + 1
0 commit comments