exponent
Sections
AutomataTheory
Doc
Def
listify(f; m; n) == if n
m
nil else f(m).listify(f; m+1; n) fi (recursive)
In prior sections:
list
1