AbstractAlgebra.jl
AbstractAlgebra.jl copied to clipboard
Evaluate via call syntax gives wrong type
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.