mb event system 7 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def (xL.P(x)) == x:T. (x  L P(x)

is mentioned by

Def bi-graph(G;to;from)
Def == i:|G|. 
Def == (lto(i).destination(l) = i
Def == (G(source(l)))
Def == & (l  from(source(l)))
Def == & (lnk-inv(l from(i)))
Def == & (lfrom(i).source(l) = i
Def == & (G(destination(l)))
Def == & & (l  to(destination(l)))
Def == & & (lnk-inv(l to(i)))
[bi-graph]

In prior sections: mb list 2 mb event system 1 mb event system 6

Try larger context: EventSystems IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

mb event system 7 Sections EventSystems Doc