Definitions mb event system 2 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
KndDef Knd == (IdLnkId)+Id
Thm* Knd  Type
MsgDef Msg(M) == l:IdLnkt:IdM(l,t)
Thm* M:(IdLnkIdType). Msg(M Type
haslinkDef haslink(lm) == mlnk(m) = l
Thm* M:(IdLnkIdType), l:IdLnk, m:Msg(M). haslink(lm Prop
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
IdDef Id == Atom
Thm* Id  Type
deqDef EqDecider(T) == eq:TTx,y:Tx = y  (eq(x,y))
Thm* T:Type. EqDecider(T Type
assertDef b == if b True else False fi
Thm* b:b  Prop
eventtypeDef eventtype(k;loc;V;M;e) == kindcase(k(e);a.V(loc(e),a);l,t.M(l,t))
Thm* E:Type, V:(IdIdType), M:(IdLnkIdType), loc:(EId), k:(EKnd),
Thm* e:E. eventtype(k;loc;V;M;e Type
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
isrcvDef isrcv(k) == isl(k)
Thm* k:Knd. isrcv(k 
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
lnkDef lnk(k) == 1of(outl(k))
Thm* k:Knd. isrcv(k lnk(k IdLnk
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
strongwellfoundedDef SWellFounded(R(x;y)) == f:(T). x,y:TR(x;y f(x)<f(y)
Thm* T:Type, R:(TTType). SWellFounded(R(x,y))  Prop
notDef A == A  False
Thm* A:Prop. (A Prop
rev_impliesDef P  Q == Q  P
Thm* A,B:Prop. (A  B Prop
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A
tagofDef tag(k) == 2of(outl(k))
Thm* k:Knd. isrcv(k tag(k Id
topDef Top == Void given Void
Thm* Top  Type
transDef Trans x,y:TE(x;y) == a,b,c:TE(a;b E(b;c E(a;c)
Thm* T:Type, E:(TTProp). (Trans x,y:TE(x,y))  Prop

About:
productproductlistnillist_indbool
ifthenelseassertvoidintnatural_numberaddless_thanatomunionset
isectapplyfunctionrecursive_def_noticeuniverseequalmembertop
propimpliesandfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 2 Sections EventSystems Doc