Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
gr_v
Def
Vertices(t) == 1of(t)
Thm*
t:Graph. Vertices(t)
Type
graph
Def
Graph == v:Type
e:Type
(e
v
v)
Top
Thm* Graph
Type{i'}
last
Def
last(L) == L[(||L||-1)]
Thm*
T:Type, L:T List.
null(L)
last(L)
T
About:
Definitions
graph
1
2
Sections
Graphs
Doc