next up previous contents index
Next: term Up: Product Previous: expand   Contents   Index


generator


\begin{usage}
for term in p repeat \{ (c, n) := term; \dots \}\\
for term in generator~p repeat \{ (c, n) := term; \dots \}\end{usage}


Signature


\begin{params}
{\em p} & \% & A product\\
\end{params}

\begin{descr}
This function allows a product to be iterated independently of it...
...r yields pairs of the form $(a, n)$\ where
$a^n$\ is a term in $p$.
\end{descr}


Example



Manuel Bronstein 2000-12-13