AbstractAlgebra.jl icon indicating copy to clipboard operation
AbstractAlgebra.jl copied to clipboard

Evaluate via call syntax gives wrong type

Open thofma opened this issue 3 years ago • 0 comments

julia> Qx, (x, y) = QQ["x", "y"];

julia> typeof(zero(Qx)(x, y))
Rational{BigInt}

Should be fixed once we have the new evaluate code.

thofma avatar Sep 07 '22 13:09 thofma