GenAutomata Sections NuprlLIB Doc

Def map(f;as) == Case of as; nil nil ; a.as' [(f(a)) / map(f;as')] (recursive)

is mentioned

In prior sections: list 1 mb list 1 mb list 2 mb automata 1 mb hybrid mb structures mb automata 2 mb automata 3


GenAutomata Sections NuprlLIB Doc