Definitions mb list 2 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
assertDef b == if b True else False fi
Thm* b:b  Prop
searchDef search(k;P) == primrec(k;0;i,j. if 0<j j ; P(i) i+1 else 0 fi)
Thm* k:P:(k). search(k;P (k+1)
swapDef swap(L;i;j) == (L o (ij))
Thm* T:Type, L:T List, i,j:||L||. swap(L;i;j T List
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type
leDef AB == B<A
Thm* i,j:. (ij Prop
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
letDef let x = a in b(x) == (x.b(x))(a)
Thm* A,B:Type, a:Ab:(AB). let x = a in b(x B
notDef A == A  False
Thm* A:Prop. (A Prop
nullDef null(as) == Case of as; nil  true ; a.as'  false
Thm* T:Type, as:T List. null(as 
Thm* null(nil)  

About:
listnillist_indboolbfalse
btrueifthenelseassertintnatural_numberaddint_eq
less_thansetlambdaapplyfunctionrecursive_def_notice
universememberpropimpliesfalsetrueall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc