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.
eltype
1 parent 0aa94dd commit 73805e2Copy full SHA for 73805e2
docs/src/manual/rewrite.md
@@ -71,7 +71,7 @@ If you want to match a variable number of subexpressions at once, you will need
71
@rule(+(~~xs) => ~~xs)(x + y + z)
72
73
# output
74
-3-element view(::Vector{Any}, 1:3) with eltype Any:
+3-element view(::Vector{SymbolicUtils.BasicSymbolic}, 1:3) with eltype SymbolicUtils.BasicSymbolic:
75
z
76
y
77
x
0 commit comments