I have two questions:
Which is the function computed by the program $o^1_1(Succ, Succ)$?
Which is the function computed by the program $\mu^1(\pi^2_1)$?
where
$o^n_m$ for the composition rule
$Succ$ for the successor rule
$\mu^n$ for minimisation
$\pi^n_i$ where $i$ and $n$ are natural numbers and $1\leq i \leq n$, in the case of a projection rule.
Composition, that is, the operation that associates to the functions $h$ from $N^m$ to $N$ and $g_1, ... , g_m$ from $N^n$ the function from $N^n$ to $N$ $x_1,...,x_n->h(g_1(x_1,...,x_n),...,g_m(x_1,...,x_n))$.
Minimisation, that is, the operation that associates to $g$ from $N^{n+1}$ to $N$ the function $f$ from $N^n$ to $N$ such that $f(x_1,...,x_n)$ is the least natural number $y$ such that $g(x_1,...,x_n,y)=0$.
Projection functions $x_1,...,x_n->x_i$.