Graphs
Sections
NuprlLIB
Doc
Def
filter(P;l) == reduce(
a,v. if P(a)
[a / v] else v fi;nil;l)
is mentioned
In prior sections:
mb
list
1
mb
list
2
graph
1
1
graph
1
3
Graphs
Sections
NuprlLIB
Doc