| |
| | [No title] (Site not responding. Last check: 2007-11-07) |
 | | When we run the C++ compiler, after specifying a partial recursive function $f$ and a natural number $x$ as C++ source code, the error message typed out by the compiler will be $f(x)$. |
 | | Then the function $f$ with % \[\begin{array}{lcl} f(x_1, \ldots, x_n, 0) & = & g(x_1, \ldots, x_n) \: \mbox{ and}\\ f(x_1, \ldots, x_n, y+1) & = & h(x_1, \ldots, x_n, y, f(x_1, \ldots, x_n, y)) \end{array} \] is also primitive recursive. |
 | | Let $f$ be a unary partial recursive function, let $h$ be a binary primitive recursive function such that $f(x) = \minop\, y [h(x,y)=0]$, and let \cppid{H} be a function type that computes $h$. |
| www.cogs.susx.ac.uk /users/vs/beatcs/conSample.tex.txt (1752 words) |
|