The function to_poly_solve in maxima returns a %union but I want to work with a list.
to_poly_solve
%union
How can %unions be turned into lists since listify doesn't work?
listify
abc : %union([a = 2], [b = 3]); args(abc);