graph 1 3 Sections Graphs Doc

Def mapoutl(s) == mapfilter(x.outl(x);x.isl(x);s)

is mentioned by

Def topsortl(A;L) == mapoutl(dfsl(A;L))[topsortl]
Def topsort(G) == mapoutl(depthfirst(G))[topsort]

In prior sections: graph 1 1

Try larger context: Graphs

graph 1 3 Sections Graphs Doc