Graphs Sections NuprlLIB Doc

Def list_accum(x,a.f(x;a);y;l) == Case of l; nil y ; b.l' list_accum(x,a.f(x;a);f(y;b);l') (recursive)

is mentioned

In prior sections: graph 1 1 graph 1 3


Graphs Sections NuprlLIB Doc