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.
2 parents 266d3e6 + e4b71cb commit 806fd57Copy full SHA for 806fd57
src/api.jl
@@ -18,7 +18,8 @@ function simplify(x;
18
thread_subtree_cutoff=100,
19
rewriter=nothing)
20
if polynorm !== nothing
21
- Base.depwarn("simplify(..; polynorm=$polynorm) is deprecated, use simplify(..; expand=$polynorm) instead")
+ Base.depwarn("simplify(..; polynorm=$polynorm) is deprecated, use simplify(..; expand=$polynorm) instead",
22
+ :simplify)
23
end
24
25
f = if rewriter === nothing
0 commit comments