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.
compose_flipsDef compose_flips(L) == compose_list(map(i.(ii+1);L))
Thm* k:L:(k-1) List. compose_flips(L kk
composeDef (f o g)(x) == f(g(x))
Thm* A,B,C:Type, f:(BC), g:(AB). f o g  AC
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type
sumDef sum(f(x) | x < k) == primrec(k;0;x,nn+f(x))
Thm* n:f:(n). sum(f(x) | x < n 

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

Definitions mb list 2 Sections MarkB generic Doc