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
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
l_allDef (xL.P(x)) == x:T. (x  L P(x)
Thm* T:Type, L:T List, P:(TProp). (xL.P(x))  Prop
reduceDef reduce(f;k;as) == Case of as; nil  k ; a.as'  f(a,reduce(f;k;as'))
Def (recursive)
Thm* A,B:Type, f:(ABB), k:Bas:A List. reduce(f;k;as B

About:
listlist_indboolbfalse
ifthenelseassertapplyfunctionrecursive_def_notice
universememberpropimpliesandfalsetrueall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc