next up previous contents index
Next: lisp Up: ExpressionTreeOperatorTools Previous: ExpressionTreeOperatorTools   Contents   Index


infix


\begin{usage}
infix(p, [$t_1,\dots,t_n$], paren?, farg, op, left, right)
\end{usage}

\begin{signatures}
infix: & (TEXT, \htmlref{\texttt{List}}{List} TREE, TREE $\...
...g}}{String}, \htmlref{\texttt{String}}{String}) $\to$\ TEXT\\
\end{signatures}

\begin{params}
{\em p} & TEXT & The port to write to\\
{\em [$t_1,\dots,t_n$]...
...ef{\texttt{String}}{String} & The right parenthesis (optional)\\\end{params}



\begin{descr}
Writes $farg(t_1)~op~\dots~op~farg(t_n)$\ to $p$, calling $farg$o...
... and $right$, which default to \lq\lq ('' and \lq\lq )''
when parenthetizing.
\end{descr}


See Also



Manuel Bronstein 2000-12-13