Skip to content

Commit 07e7f8f

Browse files
committed
Fix
1 parent a1eda83 commit 07e7f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/promote.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ function MA.promote_operation(
305305
::typeof(*),
306306
::Type{P},
307307
::Type{RationalPoly{NT,DT}},
308-
) where {P<:APL,NT,DT}
308+
) where {P<:_APL,NT,DT}
309309
return RationalPoly{MA.promote_operation(*, P, NT),DT}
310310
end
311311

312312
function MA.promote_operation(
313313
::typeof(*),
314314
::Type{RationalPoly{NT,DT}},
315315
::Type{P},
316-
) where {P<:APL,NT,DT}
316+
) where {P<:_APL,NT,DT}
317317
return RationalPoly{MA.promote_operation(*, NT, P),DT}
318318
end
319319

0 commit comments

Comments
 (0)