Definitions mb event system 5 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
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
l_memberDef (x  l) == i:i<||l|| & x = l[i T
Thm* T:Type, x:Tl:T List. (x  l Prop
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
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
fpf-capDef f(x)?z == if x  dom(f) f(x) else z fi
fpf-apDef f(x) == 2of(f)(x)
fpf-domDef x  dom(f) == deq-member(eq;x;1of(f))
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A

About:
pairspreadproductlistconsnillist_ind
boolbfalsebtrueifthenelseless_thansetlambdaapplyfunction
recursive_def_noticeuniverseequalmemberpropallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 5 Sections EventSystems Doc