graph
1
3
Sections
Graphs
Doc
Def
adjl-obj{\\\\v:l,i:l}(A) == mkgraphobj(
x,y. x =A= y, ext{assert_eq_adjl}(A),
f,s,x. adjl-edge-accum(A;s',x'.f(s',x');s;x), ext{adjl_DASH_edge_DASH_accum_DASH_properties}{i:l}(A),
f,s. adjl-vertex-accum(A;s',x'.f(s',x');s), ext{adjl_DASH_vertex_DASH_accum_DASH_properties}{i:l}(A),
)
is mentioned by
Def
AdjListRep == mkgraphrep(AdjList,
A.adjl-graph(A),
A.adjl-obj{\\\\v:l,i:l}(A))
[adjl-rep]
Try larger context:
Graphs
graph
1
3
Sections
Graphs
Doc