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 40fdae6 commit bcf6da0Copy full SHA for bcf6da0
src/abstractalgebra.jl
@@ -75,7 +75,7 @@ function to_mpoly(t, dicts=(OrderedDict{Sym, Any}(), OrderedDict{Any, Sym}()))
75
t_poly = substitute(labeled, replace_with_poly, fold=false)
76
simplify(t_poly, EmptyCtx(), rules=mpoly_rules),
77
sym2term,
78
- Dict(Pair.(length(vars):-1:1, ks))
+ reverse(ks)
79
end
80
81
function to_term(x, dict, syms)
0 commit comments