next up previous contents index
Next: Synthesis of (lambda(f g) Up: Multiplication of the numbers Previous: Abstraction `compose'   Contents   Start


Substitution of `compose' in [20]


\begin{lstlisting}[language=Scm]{}
((lambda(f g)
(lambda(x)
(f (g x))))
two three) [22]
\end{lstlisting}



Georg P. Loczewski 2004-03-05


Impressum und Datenschutz