Question: procedure options

Hi:

   I wonder how can I constrain the definition of a procedure so that it either takes a polynomial or a list or set of polynomials as input arguments?

is there anything in Maple like

a:= proc(p::polynom or set[polynom])

....

end proc:

Thanks,

Peter

Please Wait...