We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8fb79 commit 6d11970Copy full SHA for 6d11970
1 file changed
src/forward.jl
@@ -431,7 +431,7 @@ end
431
function evaluate(
432
::Mult,
433
arg1::BinaryOperation{Op},
434
- arg2::Union{Monomial,KrD},
+ arg2::KrD,
435
) where {Op<:AdditiveOperation}
436
return evaluate(
437
Op(),
@@ -442,7 +442,7 @@ end
442
443
444
445
- arg1::Union{Monomial,KrD},
+ arg1::KrD,
446
arg2::BinaryOperation{Op},
447
448
0 commit comments