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 a1eda83 commit 07e7f8fCopy full SHA for 07e7f8f
src/promote.jl
@@ -305,15 +305,15 @@ function MA.promote_operation(
305
::typeof(*),
306
::Type{P},
307
::Type{RationalPoly{NT,DT}},
308
-) where {P<:APL,NT,DT}
+) where {P<:_APL,NT,DT}
309
return RationalPoly{MA.promote_operation(*, P, NT),DT}
310
end
311
312
function MA.promote_operation(
313
314
315
316
317
return RationalPoly{MA.promote_operation(*, NT, P),DT}
318
319
0 commit comments