Definitions mb event system 4 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
fpf-joinDef f  g == <1of(f) @ filter(a.a  dom(f);1of(g)),a.f(a)?g(a)>
appendDef as @ bs == Case of as; nil  bs ; a.as'  [a / (as' @ bs)]  (recursive)
Thm* T:Type, as,bs:T List. (as @ bs T List
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
fpfDef a:A fp-> B(a) == d:A Lista:{a:A| (a  d) }B(a)
Thm* A:Type, B:(AType). a:A fp-> B(a Type
bnotDef b == if b false else true fi
Thm* b:b  
deqDef EqDecider(T) == eq:TTx,y:Tx = y  (eq(x,y))
Thm* T:Type. EqDecider(T Type
deq-memberDef deq-member(eq;x;L) == reduce(a,b. eqof(eq)(a,x b;false;L)
fpf-is-emptyDef fpf-is-empty(f) == ||1of(f)||=0
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
filterDef filter(P;l) == reduce(a,v. if P(a) [a / v] else v fi;nil;l)
Thm* T:Type, P:(T), l:T List. filter(P;l T List
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
topDef Top == Void given Void
Thm* Top  Type

About:
pairproductlistconsnillist_ind
boolbfalsebtrueifthenelsevoidintnatural_numberadd
int_eqsetisectlambdaapplyfunction
recursive_def_noticeuniverseequalmembertopall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 4 Sections EventSystems Doc