Definitions list 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
int_lowerDef {...i} == {j:ji }
Thm* i:. {...i Type
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
listifyDef f{m..n} == if nm nil else f(m).f{(m+1)..n} fi  (recursive)
Thm* T:Type, m,n:f:({m..n}T). f{m..n T List
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A

About:
listconsnilifthenelseintnatural_numberaddless_thansetapply
functionrecursive_def_noticeuniversememberpropimpliesall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions list 1 Sections StandardLIB Doc